org.argouml.persistence
Class ArgoTokenTable

java.lang.Object
  extended byorg.argouml.persistence.XMLTokenTableBase
      extended byorg.argouml.persistence.ArgoTokenTable

public class ArgoTokenTable
extends XMLTokenTableBase

this needs work,AFAIK none of these strings are saved in the final output in a zargo.


Field Summary
private static String STRING_ARGO
           
private static String STRING_AUTHORNAME
          doesn't work
private static String STRING_DESCRIPTION
           
private static String STRING_DOCUMENTATION
           
private static String STRING_HISTORYFILE
           
private static String STRING_MEMBER
           
private static String STRING_SEARCHPATH
           
private static String STRING_VERSION
           
static int TOKEN_ARGO
          The token for argo.
static int TOKEN_AUTHORNAME
          The token for authroname.
static int TOKEN_DESCRIPTION
          The token for description.
static int TOKEN_DOCUMENTATION
          This can be saved successfully however there is no way to output this information.
static int TOKEN_HISTORYFILE
          The token for history file.
static int TOKEN_MEMBER
          The token for member.
static int TOKEN_SEARCHPATH
          The token for search path.
static int TOKEN_UNDEFINED
          The token for undefined.
static int TOKEN_VERSION
          The token for version.
 
Fields inherited from class org.argouml.persistence.XMLTokenTableBase
 
Constructor Summary
ArgoTokenTable()
          The constructor.
 
Method Summary
protected  void setupTokens()
          This function shall set up all the tokens with the addToken function.
 
Methods inherited from class org.argouml.persistence.XMLTokenTableBase
addToken, contains, getDbg, setDbg, toToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING_ARGO

private static final String STRING_ARGO
See Also:
Constant Field Values

STRING_AUTHORNAME

private static final String STRING_AUTHORNAME
doesn't work

See Also:
Constant Field Values

STRING_VERSION

private static final String STRING_VERSION
See Also:
Constant Field Values

STRING_DESCRIPTION

private static final String STRING_DESCRIPTION
See Also:
Constant Field Values

STRING_SEARCHPATH

private static final String STRING_SEARCHPATH
See Also:
Constant Field Values

STRING_MEMBER

private static final String STRING_MEMBER
See Also:
Constant Field Values

STRING_HISTORYFILE

private static final String STRING_HISTORYFILE
See Also:
Constant Field Values

STRING_DOCUMENTATION

private static final String STRING_DOCUMENTATION
See Also:
Constant Field Values

TOKEN_ARGO

public static final int TOKEN_ARGO
The token for argo.

See Also:
Constant Field Values

TOKEN_AUTHORNAME

public static final int TOKEN_AUTHORNAME
The token for authroname.

See Also:
Constant Field Values

TOKEN_VERSION

public static final int TOKEN_VERSION
The token for version.

See Also:
Constant Field Values

TOKEN_DESCRIPTION

public static final int TOKEN_DESCRIPTION
The token for description.

See Also:
Constant Field Values

TOKEN_SEARCHPATH

public static final int TOKEN_SEARCHPATH
The token for search path.

See Also:
Constant Field Values

TOKEN_MEMBER

public static final int TOKEN_MEMBER
The token for member.

See Also:
Constant Field Values

TOKEN_HISTORYFILE

public static final int TOKEN_HISTORYFILE
The token for history file.

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. The token for argo.

See Also:
Constant Field Values

TOKEN_UNDEFINED

public static final int TOKEN_UNDEFINED
The token for undefined.

See Also:
Constant Field Values
Constructor Detail

ArgoTokenTable

public ArgoTokenTable()
The constructor.

Method Detail

setupTokens

protected void setupTokens()
Description copied from class: XMLTokenTableBase
This function shall set up all the tokens with the addToken function.

Specified by:
setupTokens in class XMLTokenTableBase
See Also:
XMLTokenTableBase.setupTokens()


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook