public class IDNode extends AbstractNode
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
value
final String Attribut value.
|
| Constructor and Description |
|---|
IDNode(java.lang.String value)
IDNode.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName() |
int |
hashCode() |
AbstractReturnValue |
interpret(CommunicationManager mgr)
Zunaechst wird der Wert der AssigntmentVariable in einer temporaeren tempValue-Variable
gespeichert.
|
java.lang.Boolean |
isIDNode() |
IDNode |
toIDNode() |
java.lang.String |
toString() |
isIdSetArrayNode, isIDSetNode, toIdSetArrayNode, toIDSetNodepublic java.lang.String toString()
toString in class AbstractNodepublic boolean equals(java.lang.Object obj)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodepublic AbstractReturnValue interpret(CommunicationManager mgr) throws WrongNodeException, VariableDoesNotExistException
interpret in class AbstractNodemgr - The CommunicationManager to use.WrongNodeExceptionVariableDoesNotExistExceptionpublic java.lang.String getName()
public java.lang.Boolean isIDNode()
isIDNode in class AbstractNodepublic IDNode toIDNode() throws WrongNodeException
toIDNode in class AbstractNodeWrongNodeException - WrongNodeException