MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.model
Class WindowVariable

java.lang.Object
  extended by ch.ethz.mxquery.model.WindowVariable

public class WindowVariable
extends java.lang.Object


Field Summary
static int WINDOW_VAR_CUR_ITEM
           
static int WINDOW_VAR_NEXT_ITEM
           
static int WINDOW_VAR_POSITION
           
static int WINDOW_VAR_PREV_ITEM
           
 
Constructor Summary
WindowVariable(QName qname, int type, QueryLocation loc)
           
 
Method Summary
 WindowVariable copy()
           
 QName getQName()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WINDOW_VAR_POSITION

public static final int WINDOW_VAR_POSITION
See Also:
Constant Field Values

WINDOW_VAR_CUR_ITEM

public static final int WINDOW_VAR_CUR_ITEM
See Also:
Constant Field Values

WINDOW_VAR_NEXT_ITEM

public static final int WINDOW_VAR_NEXT_ITEM
See Also:
Constant Field Values

WINDOW_VAR_PREV_ITEM

public static final int WINDOW_VAR_PREV_ITEM
See Also:
Constant Field Values
Constructor Detail

WindowVariable

public WindowVariable(QName qname,
                      int type,
                      QueryLocation loc)
               throws MXQueryException
Throws:
MXQueryException
Method Detail

getType

public int getType()

getQName

public QName getQName()

copy

public WindowVariable copy()
                    throws MXQueryException
Throws:
MXQueryException

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich