wt.query
Class JoinIndex

java.lang.Object
  extended bywt.query.JoinIndex
All Implemented Interfaces:
Cloneable, Serializable

public class JoinIndex
extends Object
implements Cloneable, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

fromIndicies

private int[] fromIndicies

outerJoinFromIndex

private int outerJoinFromIndex
Constructor Detail

JoinIndex

public JoinIndex(int[] a_fromIndicies)


Supported API: false

Parameters:
a_fromIndicies -

JoinIndex

public JoinIndex()


Supported API: false

Method Detail

getFromIndicies

public int[] getFromIndicies()
Gets the value of the attribute: fromIndicies.

Supported API: false

Returns:
int[]

setFromIndicies

public void setFromIndicies(int[] a_FromIndicies)
Sets the value of the attribute: fromIndicies.

Supported API: false

Parameters:
a_FromIndicies -

getOuterJoinFromIndex

public int getOuterJoinFromIndex()
Gets the value of the attribute: outerJoinFromIndex.

Supported API: false

Returns:
int

setOuterJoinFromIndex

public void setOuterJoinFromIndex(int a_OuterJoinFromIndex)
Sets the value of the attribute: outerJoinFromIndex.

Supported API: false

Parameters:
a_OuterJoinFromIndex -

equals

public boolean equals(Object obj)


Supported API: false

Parameters:
obj -
Returns:
boolean

hashCode

public int hashCode()
Returns a hash code for this JoinIndex.

Supported API: false

Returns:
int

isOuterNonJoin

public boolean isOuterNonJoin()


Supported API: false

Returns:
boolean

clone

public Object clone()

toString

public String toString()