org.argouml.xml.todo
Class TodoTokenTable

java.lang.Object
  |
  +--org.argouml.xml.XMLTokenTableBase
        |
        +--org.argouml.xml.todo.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
static java.lang.String STRING_description
           
static java.lang.String STRING_headline
           
static java.lang.String STRING_issue
           
static java.lang.String STRING_moreinfourl
           
static java.lang.String STRING_offender
           
static java.lang.String STRING_poster
           
static java.lang.String STRING_prio_high
          The String to use for High Priority.
static java.lang.String STRING_prio_low
          The String to use for Low Priority.
static java.lang.String STRING_prio_med
          The String to use for Medium Priority.
static java.lang.String STRING_priority
           
static java.lang.String STRING_resolvedcritics
           
static java.lang.String STRING_todo
           
static java.lang.String STRING_todoitem
           
static java.lang.String STRING_todolist
           
static int TOKEN_description
           
static int TOKEN_headline
           
static int TOKEN_issue
           
static int TOKEN_moreinfourl
           
static int TOKEN_offender
           
static int TOKEN_poster
           
static int TOKEN_priority
           
static int TOKEN_resolvedcritics
           
static int TOKEN_todo
           
static int TOKEN_todoitem
           
static int TOKEN_todolist
           
static int TOKEN_undefined
           
 
Fields inherited from class org.argouml.xml.XMLTokenTableBase
_dbg, _numOpen, _openTags, _openTokens, _tokens, cat
 
Constructor Summary
TodoTokenTable()
           
 
Method Summary
protected  void setupTokens()
           
 
Methods inherited from class org.argouml.xml.XMLTokenTableBase
addToken, getDbg, setDbg, toToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING_todo

public static final java.lang.String STRING_todo
See Also:
Constant Field Values

STRING_todolist

public static final java.lang.String STRING_todolist
See Also:
Constant Field Values

STRING_todoitem

public static final java.lang.String STRING_todoitem
See Also:
Constant Field Values

STRING_headline

public static final java.lang.String STRING_headline
See Also:
Constant Field Values

STRING_description

public static final java.lang.String STRING_description
See Also:
Constant Field Values

STRING_priority

public static final java.lang.String STRING_priority
See Also:
Constant Field Values

STRING_moreinfourl

public static final java.lang.String STRING_moreinfourl
See Also:
Constant Field Values

STRING_resolvedcritics

public static final java.lang.String STRING_resolvedcritics
See Also:
Constant Field Values

STRING_issue

public static final java.lang.String STRING_issue
See Also:
Constant Field Values

STRING_poster

public static final java.lang.String STRING_poster
See Also:
Constant Field Values

STRING_offender

public static final java.lang.String STRING_offender
See Also:
Constant Field Values

STRING_prio_high

public static final java.lang.String STRING_prio_high
The String to use for High Priority.

See Also:
Constant Field Values

STRING_prio_med

public static final java.lang.String STRING_prio_med
The String to use for Medium Priority.

See Also:
Constant Field Values

STRING_prio_low

public static final java.lang.String STRING_prio_low
The String to use for Low Priority.

See Also:
Constant Field Values

TOKEN_todo

public static final int TOKEN_todo
See Also:
Constant Field Values

TOKEN_todolist

public static final int TOKEN_todolist
See Also:
Constant Field Values

TOKEN_todoitem

public static final int TOKEN_todoitem
See Also:
Constant Field Values

TOKEN_headline

public static final int TOKEN_headline
See Also:
Constant Field Values

TOKEN_description

public static final int TOKEN_description
See Also:
Constant Field Values

TOKEN_priority

public static final int TOKEN_priority
See Also:
Constant Field Values

TOKEN_moreinfourl

public static final int TOKEN_moreinfourl
See Also:
Constant Field Values

TOKEN_resolvedcritics

public static final int TOKEN_resolvedcritics
See Also:
Constant Field Values

TOKEN_issue

public static final int TOKEN_issue
See Also:
Constant Field Values

TOKEN_poster

public static final int TOKEN_poster
See Also:
Constant Field Values

TOKEN_offender

public static final int TOKEN_offender
See Also:
Constant Field Values

TOKEN_undefined

public static final int TOKEN_undefined
See Also:
Constant Field Values
Constructor Detail

TodoTokenTable

public TodoTokenTable()
Method Detail

setupTokens

protected void setupTokens()
Specified by:
setupTokens in class XMLTokenTableBase


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