unity.annotation
Class AnnotatedSourceJoin
java.lang.Object
unity.annotation.SourceJoin
unity.annotation.AnnotatedSourceJoin
public class AnnotatedSourceJoin
- extends SourceJoin
Methods inherited from class unity.annotation.SourceJoin |
addFieldsToJoin, getFromKey, getFromKeyName, getFromTableName, getJoinName, getReverseJoin, getToKey, getToKeyName, getToTableName, setFromKey, setFromTableName, setJoinName, setReverseJoin, setToKey, setToTableName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AnnotatedSourceJoin
public AnnotatedSourceJoin()
AnnotatedSourceJoin
public AnnotatedSourceJoin(SourceKey from,
SourceKey to,
java.lang.String join,
int type)
setType
public void setType(int type)
getType
public int getType()
getTypeName
public java.lang.String getTypeName()
toString
public java.lang.String toString()
- Overrides:
toString
in class SourceJoin
toXML
public java.lang.String toXML()
- Overrides:
toXML
in class SourceJoin
importXML
public void importXML(org.w3c.dom.Node x,
java.util.HashMap fields)