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