wt.query.qml
Class IndexedRelationalExpression

java.lang.Object
  extended bywt.query.qml.IndexedRelationalExpression

public class IndexedRelationalExpression
extends Object



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private  RelationalExpression expression
           
private  int[] indicies
           
private static String RESOURCE
           
 
Constructor Summary
IndexedRelationalExpression()
          

Supported API: false
IndexedRelationalExpression(RelationalExpression a_expression)
          

Supported API: false
IndexedRelationalExpression(RelationalExpression a_expression, int a_index)
          

Supported API: false
IndexedRelationalExpression(RelationalExpression a_expression, int[] a_indicies)
          

Supported API: false
 
Method Summary
 RelationalExpression getExpression()
          Gets the value of the attribute: expression.
 int getIndex()
          Gets the value of the attribute: index.
 int[] getIndicies()
          Gets the value of the attribute: indicies.
 void setExpression(RelationalExpression a_Expression)
          Sets the value of the attribute: expression.
 void setIndicies(int[] a_Indicies)
          Sets the value of the attribute: indicies.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

expression

private RelationalExpression expression

indicies

private int[] indicies
Constructor Detail

IndexedRelationalExpression

public IndexedRelationalExpression()


Supported API: false


IndexedRelationalExpression

public IndexedRelationalExpression(RelationalExpression a_expression)


Supported API: false

Parameters:
a_expression -

IndexedRelationalExpression

public IndexedRelationalExpression(RelationalExpression a_expression,
                                   int[] a_indicies)


Supported API: false

Parameters:
a_expression -
a_indicies -

IndexedRelationalExpression

public IndexedRelationalExpression(RelationalExpression a_expression,
                                   int a_index)


Supported API: false

Parameters:
a_expression -
a_index -
Method Detail

getExpression

public RelationalExpression getExpression()
Gets the value of the attribute: expression.

Supported API: false

Returns:
RelationalExpression

setExpression

public void setExpression(RelationalExpression a_Expression)
Sets the value of the attribute: expression.

Supported API: false

Parameters:
a_Expression -

getIndicies

public int[] getIndicies()
Gets the value of the attribute: indicies.

Supported API: false

Returns:
int[]

setIndicies

public void setIndicies(int[] a_Indicies)
Sets the value of the attribute: indicies.

Supported API: false

Parameters:
a_Indicies -

getIndex

public int getIndex()
Gets the value of the attribute: index.

Supported API: false

Returns:
int