|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.persistence.XMLTokenTableBase
org.argouml.persistence.TodoTokenTable
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 |
private static final String STRING_TO_DO
private static final String STRING_TO_DO_LIST
private static final String STRING_TO_DO_ITEM
private static final String STRING_HEADLINE
private static final String STRING_DESCRIPTION
private static final String STRING_PRIORITY
private static final String STRING_MOREINFOURL
private static final String STRING_RESOLVEDCRITICS
private static final String STRING_ISSUE
private static final String STRING_POSTER
private static final String STRING_OFFENDER
public static final String STRING_PRIO_HIGH
public static final String STRING_PRIO_MED
public static final String STRING_PRIO_LOW
public static final int TOKEN_TO_DO
public static final int TOKEN_TO_DO_LIST
public static final int TOKEN_TO_DO_ITEM
public static final int TOKEN_HEADLINE
public static final int TOKEN_DESCRIPTION
public static final int TOKEN_PRIORITY
public static final int TOKEN_MOREINFOURL
public static final int TOKEN_RESOLVEDCRITICS
public static final int TOKEN_ISSUE
public static final int TOKEN_POSTER
public static final int TOKEN_OFFENDER
public static final int TOKEN_UNDEFINED
Constructor Detail |
public TodoTokenTable()
Method Detail |
protected void setupTokens()
XMLTokenTableBase
setupTokens
in class XMLTokenTableBase
XMLTokenTableBase.setupTokens()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20050222) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |