public class NamedDataType extends Object implements Serializable
IDataTypes and is the key
class involved in variable definition of an ExecutionPlan and the
corresponding VariableCollection of the plan| Modifier and Type | Field and Description |
|---|---|
Boolean |
IsAvailable
Whether the value for this type is available.
|
String |
Name
The Name of the type.
|
String |
Token
The Token of the type.
|
IDataType |
Value
The actual type.
|
| Constructor and Description |
|---|
NamedDataType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Checks if the two instances are equal.
|
void |
FromXML(Element XML)
Parses the provided serialization as returned by
ToXML() |
void |
FromXML(String XML)
Parses the provided serialization as returned by
ToXML() |
int |
hashCode() |
String |
ToXML()
Creates an XML serialization of the named data type
|
public String Name
public String Token
public Boolean IsAvailable
public IDataType Value
public String ToXML() throws ExecutionSerializationException
ExecutionSerializationException - A serialization error occurredpublic void FromXML(String XML) throws ExecutionSerializationException
ToXML()XML - The XML serialization to parseExecutionSerializationException - A serialization error occurredpublic void FromXML(Element XML) throws ExecutionSerializationException
ToXML()XML - the root element of the serializationExecutionSerializationException - A serialization error occurredpublic boolean equals(Object o)
NamedDataType, the Name is equal,
the Token is equal, the IsAvailable is the
same and the IDataType#equals(Object) also evaluates to true.equals in class ObjectObject.equals(java.lang.Object)Copyright © 2014. All Rights Reserved.