org.argouml.xml.argo
Class ArgoTokenTable
java.lang.Object
|
+--org.argouml.xml.XMLTokenTableBase
|
+--org.argouml.xml.argo.ArgoTokenTable
- public class ArgoTokenTable
- extends XMLTokenTableBase
this needs work,AFAIK none of these strings are
saved in the final output in a zargo.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRING_argo
public static final java.lang.String STRING_argo
- See Also:
- Constant Field Values
STRING_authorname
public static final java.lang.String STRING_authorname
- doesn't work
- See Also:
- Constant Field Values
STRING_version
public static final java.lang.String STRING_version
- See Also:
- Constant Field Values
STRING_description
public static final java.lang.String STRING_description
- See Also:
- Constant Field Values
STRING_searchpath
public static final java.lang.String STRING_searchpath
- See Also:
- Constant Field Values
STRING_member
public static final java.lang.String STRING_member
- See Also:
- Constant Field Values
STRING_historyfile
public static final java.lang.String STRING_historyfile
- See Also:
- Constant Field Values
STRING_documentation
public static final java.lang.String STRING_documentation
- See Also:
- Constant Field Values
TOKEN_argo
public static final int TOKEN_argo
- See Also:
- Constant Field Values
TOKEN_authorname
public static final int TOKEN_authorname
- See Also:
- Constant Field Values
TOKEN_version
public static final int TOKEN_version
- See Also:
- Constant Field Values
TOKEN_description
public static final int TOKEN_description
- See Also:
- Constant Field Values
TOKEN_searchpath
public static final int TOKEN_searchpath
- See Also:
- Constant Field Values
TOKEN_member
public static final int TOKEN_member
- See Also:
- Constant Field Values
TOKEN_historyfile
public static final int TOKEN_historyfile
- See Also:
- Constant Field Values
TOKEN_documentation
public static final int TOKEN_documentation
- This can be saved successfully however there is no
way to output this information.
- See Also:
- Constant Field Values
TOKEN_undefined
public static final int TOKEN_undefined
- See Also:
- Constant Field Values
ArgoTokenTable
public ArgoTokenTable()
setupTokens
protected void setupTokens()
- Specified by:
setupTokens
in class XMLTokenTableBase