|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.argouml.persistence.ToDoItemXMLHelper
Helper class to help save todo items properly in the .todo XML file. It provides a view of A ToDoItem particularly suited for saving in an XML file by encoding strings to preserve graphic characters and allow lines to be broken and still be able to regain the original contents.
ToDoItem
Field Summary | |
private ToDoItem |
item
|
Constructor Summary | |
ToDoItemXMLHelper(ToDoItem todoItem)
Creates a new ToDoItemXMLHelper for item. |
Method Summary | |
String |
getDescription()
Encodes the description of this ToDoItem in an XML safe way and returns the new String. |
String |
getHeadline()
Encodes the headline of this ToDoItem in an XML safe way and returns the new String. |
String |
getMoreInfoURL()
Encodes the moreInfoURL of this ToDoItem in an XML safe way and returns the new String. |
String |
getPriority()
Encodes the priority of this ToDoItem in an XML safe way and returns the new String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final ToDoItem item
Constructor Detail |
public ToDoItemXMLHelper(ToDoItem todoItem)
todoItem
- A ToDoItem.Method Detail |
public String getHeadline()
TodoParser::decode
.
public String getPriority()
TodoParser::decode
and comparing to the
STRING_prio_* values in TodoTokenTable.
public String getMoreInfoURL()
TodoParser::decode
.
public String getDescription()
TodoParser::decode
.
|
|||||||||||
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 |