|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.execution.datatype.ReflectableItem
public class ReflectableItem
This class acts as a named container of IDataTypes that are items contained in
an DataTypeReflectable
| Field Summary | |
|---|---|
String |
Name
The Name of the item. |
String |
Token
The Token of the item. |
IDataType |
Value
The Value of the item. |
| Constructor Summary | |
|---|---|
ReflectableItem()
|
|
| Method Summary | |
|---|---|
void |
FromXML(Element element)
Parses the provided serialization as returned by ToXML()
and populates the instance |
String |
ToXML()
Serializes this reflectable item to an XML serialization |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String Name
public String Token
public IDataType Value
| Constructor Detail |
|---|
public ReflectableItem()
| Method Detail |
|---|
public String ToXML()
throws ExecutionSerializationException
ExecutionSerializationException - A serialization error occurred
public void FromXML(Element element)
throws ExecutionSerializationException
ToXML()
and populates the instance
element - the root element of the serialization
ExecutionSerializationException - a serialization error occurred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||