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
STRING_todolist
public static final java.lang.String STRING_todolist
STRING_todoitem
public static final java.lang.String STRING_todoitem
STRING_headline
public static final java.lang.String STRING_headline
STRING_description
public static final java.lang.String STRING_description
STRING_priority
public static final java.lang.String STRING_priority
STRING_moreinfourl
public static final java.lang.String STRING_moreinfourl
STRING_resolvedcritics
public static final java.lang.String STRING_resolvedcritics
STRING_issue
public static final java.lang.String STRING_issue
STRING_poster
public static final java.lang.String STRING_poster
STRING_offender
public static final java.lang.String STRING_offender
STRING_prio_high
public static final java.lang.String STRING_prio_high
- The String to use for High Priority.
STRING_prio_med
public static final java.lang.String STRING_prio_med
- The String to use for Medium Priority.
STRING_prio_low
public static final java.lang.String STRING_prio_low
- The String to use for Low Priority.
TOKEN_todo
public static final int TOKEN_todo
TOKEN_todolist
public static final int TOKEN_todolist
TOKEN_todoitem
public static final int TOKEN_todoitem
TOKEN_headline
public static final int TOKEN_headline
TOKEN_description
public static final int TOKEN_description
TOKEN_priority
public static final int TOKEN_priority
TOKEN_moreinfourl
public static final int TOKEN_moreinfourl
TOKEN_resolvedcritics
public static final int TOKEN_resolvedcritics
TOKEN_issue
public static final int TOKEN_issue
TOKEN_poster
public static final int TOKEN_poster
TOKEN_offender
public static final int TOKEN_offender
TOKEN_undefined
public static final int TOKEN_undefined
TodoTokenTable
public TodoTokenTable()
setupTokens
protected void setupTokens()
- Overrides:
setupTokens
in class XMLTokenTableBase