|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.qml.IndexedRelationalExpression
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 |
private static final String RESOURCE
private static final String CLASSNAME
private RelationalExpression expression
private int[] indicies
Constructor Detail |
public IndexedRelationalExpression()
public IndexedRelationalExpression(RelationalExpression a_expression)
a_expression
- public IndexedRelationalExpression(RelationalExpression a_expression, int[] a_indicies)
a_expression
- a_indicies
- public IndexedRelationalExpression(RelationalExpression a_expression, int a_index)
a_expression
- a_index
- Method Detail |
public RelationalExpression getExpression()
public void setExpression(RelationalExpression a_Expression)
a_Expression
- public int[] getIndicies()
public void setIndicies(int[] a_Indicies)
a_Indicies
- public int getIndex()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |