public class ReflectableItem extends Object implements Serializable
IDataTypes that are items contained in
an DataTypeReflectable| Modifier and Type | Field and Description |
|---|---|
String |
Name
The Name of the item.
|
String |
Token
The Token of the item.
|
IDataType |
Value
The Value of the item.
|
| Constructor and Description |
|---|
ReflectableItem() |
public String Name
public String Token
public IDataType Value
public String ToXML() throws ExecutionSerializationException
ExecutionSerializationException - A serialization error occurredpublic void FromXML(Element element) throws ExecutionSerializationException
ToXML()
and populates the instanceelement - the root element of the serializationExecutionSerializationException - a serialization error occurredCopyright © 2015. All Rights Reserved.