org.argouml.persistence
Class TodoTokenTable

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

public class TodoTokenTable
extends XMLTokenTableBase

An utility class that defines the strings required by the XML framework and other strings needed to work with todo XML files.


Field Summary
private static String STRING_DESCRIPTION
           
private static String STRING_HEADLINE
           
private static String STRING_ISSUE
           
private static String STRING_MOREINFOURL
           
private static String STRING_OFFENDER
           
private static String STRING_POSTER
           
static String STRING_PRIO_HIGH
          The String to use for High Priority.
static String STRING_PRIO_LOW
          The String to use for Low Priority.
static String STRING_PRIO_MED
          The String to use for Medium Priority.
private static String STRING_PRIORITY
           
private static String STRING_RESOLVEDCRITICS
           
private static String STRING_TO_DO
           
private static String STRING_TO_DO_ITEM
           
private static String STRING_TO_DO_LIST
           
static int TOKEN_DESCRIPTION
          The token for description.
static int TOKEN_HEADLINE
          The token for headline.
static int TOKEN_ISSUE
          The token for issue.
static int TOKEN_MOREINFOURL
          The token for moreinfourl.
static int TOKEN_OFFENDER
          The token for offender.
static int TOKEN_POSTER
          The token for poster.
static int TOKEN_PRIORITY
          The token for priority.
static int TOKEN_RESOLVEDCRITICS
          The token for resolvedcritics.
static int TOKEN_TO_DO
          The token for todo.
static int TOKEN_TO_DO_ITEM
          The token for todoitem.
static int TOKEN_TO_DO_LIST
          The token for todo list.
static int TOKEN_UNDEFINED
          The token for undefined.
 
Fields inherited from class org.argouml.persistence.XMLTokenTableBase
 
Constructor Summary
TodoTokenTable()
          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_TO_DO

private static final String STRING_TO_DO
See Also:
Constant Field Values

STRING_TO_DO_LIST

private static final String STRING_TO_DO_LIST
See Also:
Constant Field Values

STRING_TO_DO_ITEM

private static final String STRING_TO_DO_ITEM
See Also:
Constant Field Values

STRING_HEADLINE

private static final String STRING_HEADLINE
See Also:
Constant Field Values

STRING_DESCRIPTION

private static final String STRING_DESCRIPTION
See Also:
Constant Field Values

STRING_PRIORITY

private static final String STRING_PRIORITY
See Also:
Constant Field Values

STRING_MOREINFOURL

private static final String STRING_MOREINFOURL
See Also:
Constant Field Values

STRING_RESOLVEDCRITICS

private static final String STRING_RESOLVEDCRITICS
See Also:
Constant Field Values

STRING_ISSUE

private static final String STRING_ISSUE
See Also:
Constant Field Values

STRING_POSTER

private static final String STRING_POSTER
See Also:
Constant Field Values

STRING_OFFENDER

private static final String STRING_OFFENDER
See Also:
Constant Field Values

STRING_PRIO_HIGH

public static final String STRING_PRIO_HIGH
The String to use for High Priority.

See Also:
Constant Field Values

STRING_PRIO_MED

public static final String STRING_PRIO_MED
The String to use for Medium Priority.

See Also:
Constant Field Values

STRING_PRIO_LOW

public static final String STRING_PRIO_LOW
The String to use for Low Priority.

See Also:
Constant Field Values

TOKEN_TO_DO

public static final int TOKEN_TO_DO
The token for todo.

See Also:
Constant Field Values

TOKEN_TO_DO_LIST

public static final int TOKEN_TO_DO_LIST
The token for todo list.

See Also:
Constant Field Values

TOKEN_TO_DO_ITEM

public static final int TOKEN_TO_DO_ITEM
The token for todoitem.

See Also:
Constant Field Values

TOKEN_HEADLINE

public static final int TOKEN_HEADLINE
The token for headline.

See Also:
Constant Field Values

TOKEN_DESCRIPTION

public static final int TOKEN_DESCRIPTION
The token for description.

See Also:
Constant Field Values

TOKEN_PRIORITY

public static final int TOKEN_PRIORITY
The token for priority.

See Also:
Constant Field Values

TOKEN_MOREINFOURL

public static final int TOKEN_MOREINFOURL
The token for moreinfourl.

See Also:
Constant Field Values

TOKEN_RESOLVEDCRITICS

public static final int TOKEN_RESOLVEDCRITICS
The token for resolvedcritics.

See Also:
Constant Field Values

TOKEN_ISSUE

public static final int TOKEN_ISSUE
The token for issue.

See Also:
Constant Field Values

TOKEN_POSTER

public static final int TOKEN_POSTER
The token for poster.

See Also:
Constant Field Values

TOKEN_OFFENDER

public static final int TOKEN_OFFENDER
The token for offender.

See Also:
Constant Field Values

TOKEN_UNDEFINED

public static final int TOKEN_UNDEFINED
The token for undefined.

See Also:
Constant Field Values
Constructor Detail

TodoTokenTable

public TodoTokenTable()
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