| Modifier and Type | Class and Description | 
|---|---|
| static class  | JoinArray.Type | 
| Constructor and Description | 
|---|
| JoinArray(VariableDS v,
         JoinArray.Type type,
         int param)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| VariableDS | findVariable(java.lang.String varName)Find the Variable of the given name in the joined table. | 
| Variable | getExtraVariable() | 
| StructureData | getJoinData(Cursor cursor)Get 'join' data to be added to the row. | 
| java.lang.String | toString() | 
public JoinArray(VariableDS v, JoinArray.Type type, int param)
v - get data from this Variabletype - how to use the parameterparam - optional parameterpublic Variable getExtraVariable()
getExtraVariable in interface Joinpublic StructureData getJoinData(Cursor cursor)
JoingetJoinData in interface Joincursor - the state of the iterationpublic VariableDS findVariable(java.lang.String varName)
JoinfindVariable in interface JoinvarName - find this Variablepublic java.lang.String toString()
toString in class java.lang.Object