|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.argouml.xml.todo.ResolvedCriticXMLHelper
A helper class to provide a view of a ResolvedCritic that is particularly suited for saving to an XML file.
ResolvedCritic
Field Summary | |
protected ResolvedCritic |
_item
The ResolvedCritic this instance helps. |
Constructor Summary | |
ResolvedCriticXMLHelper(ResolvedCritic item)
Creates a new ResolvedCriticXMLHelper for helping item. |
Method Summary | |
java.lang.String |
getCritic()
Encodes the critic of this ResolvedCritic in an XML safe way and returns the new String. |
java.util.Vector |
getOffenderList()
Gets the offender vector of this critic where each offender is wrapped in an OffenderXMLHelper. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final ResolvedCritic _item
Constructor Detail |
public ResolvedCriticXMLHelper(ResolvedCritic item)
item
- The ResolvedCritic to expose.Method Detail |
public java.lang.String getCritic()
TodoParser::decode
.public java.util.Vector getOffenderList()
OffenderXMLHelper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML (c) 1996-2002 |