|
|||||||||||
| 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 | |
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. |
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. |
| 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 |
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 XMLTokenTableBaseXMLTokenTableBase.setupTokens()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |