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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TodoTokenTable
public TodoTokenTable()
setupTokens
protected void setupTokens()
- Specified by:
setupTokens
in class XMLTokenTableBase