unity.annotation
Class AnnotatedSourceKey
java.lang.Object
unity.annotation.SourceKey
unity.annotation.AnnotatedSourceKey
public class AnnotatedSourceKey
- extends SourceKey
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AnnotatedSourceKey
public AnnotatedSourceKey()
AnnotatedSourceKey
public AnnotatedSourceKey(SourceTable table)
AnnotatedSourceKey
public AnnotatedSourceKey(java.util.ArrayList newKey,
int type,
java.lang.String name)
AnnotatedSourceKey
public AnnotatedSourceKey(SourceTable table,
java.util.ArrayList newKey,
int type,
java.lang.String name)
getScope
public int getScope()
getScopeName
public java.lang.String getScopeName()
toString
public java.lang.String toString()
- Overrides:
toString
in class SourceKey
toXML
public java.lang.String toXML()
- Overrides:
toXML
in class SourceKey
importXML
public void importXML(org.w3c.dom.Node x,
java.util.HashMap sourceFields)