|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.JoinIndex
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private int[] |
fromIndicies
|
private int |
outerJoinFromIndex
|
private static String |
RESOURCE
|
Constructor Summary | |
JoinIndex()
Supported API: false |
|
JoinIndex(int[] a_fromIndicies)
Supported API: false |
Method Summary | |
Object |
clone()
|
boolean |
equals(Object obj)
Supported API: false |
int[] |
getFromIndicies()
Gets the value of the attribute: fromIndicies. |
int |
getOuterJoinFromIndex()
Gets the value of the attribute: outerJoinFromIndex. |
int |
hashCode()
Returns a hash code for this JoinIndex. |
boolean |
isOuterNonJoin()
Supported API: false |
void |
setFromIndicies(int[] a_FromIndicies)
Sets the value of the attribute: fromIndicies. |
void |
setOuterJoinFromIndex(int a_OuterJoinFromIndex)
Sets the value of the attribute: outerJoinFromIndex. |
String |
toString()
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private int[] fromIndicies
private int outerJoinFromIndex
Constructor Detail |
public JoinIndex(int[] a_fromIndicies)
a_fromIndicies
- public JoinIndex()
Method Detail |
public int[] getFromIndicies()
public void setFromIndicies(int[] a_FromIndicies)
a_FromIndicies
- public int getOuterJoinFromIndex()
public void setOuterJoinFromIndex(int a_OuterJoinFromIndex)
a_OuterJoinFromIndex
- public boolean equals(Object obj)
obj
-
public int hashCode()
public boolean isOuterNonJoin()
public Object clone()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |