|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimple.xml.util.Entry
public abstract class Entry
The Entry
object represents entries to the dictionary
object. Every entry must have a name attribute, which is used to
establish mappings within the Dictionary
object. Each
entry entered into the dictionary can be retrieved using its name.
The entry can be serialzed with the dictionary to an XML document. Items stored within the dictionary need to extend this entry object to ensure that they can be mapped and serialized with the dictionary. Implementations should override the root annotation.
Field Summary | |
---|---|
protected java.lang.String |
name
Represents the name of the entry instance used for mappings. |
Constructor Summary | |
---|---|
Entry()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
Constructor Detail |
---|
public Entry()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |