public class NumNode extends AbstractNode
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Integer |
value
final Integer Attribut value.
|
| Constructor and Description |
|---|
NumNode(java.lang.Integer value)
NumNode.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
NumericValue |
interpret(CommunicationManager mgr)
Interpret-Methode, die von den entsprechenden erbenden Klassen implementiert werden muss.
|
java.lang.String |
toString() |
isIDNode, isIdSetArrayNode, isIDSetNode, toIDNode, toIdSetArrayNode, toIDSetNodepublic NumNode(java.lang.Integer value)
value - Integerpublic java.lang.String toString()
toString in class AbstractNodepublic boolean equals(java.lang.Object obj)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodepublic NumericValue interpret(CommunicationManager mgr)
AbstractNodeinterpret in class AbstractNodemgr - The CommunicationManager to use.