|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValueType
Interface that handle value elements within a xmlNode.
XmlNodeHandler| Method Summary | |
|---|---|
String |
getId()
Retrieves the node ID |
int |
getType()
Gets the intermediate ValueType |
Object |
getValue()
Gets the current value |
Iterator<Object> |
iterator()
Gets a list of values (empty if none). |
void |
setValue(Object value)
Sets a given value |
| Method Detail |
|---|
String getId()
int getType()
Object getValue()
void setValue(Object value)
value - the current valueIterator<Object> iterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||