public class IdSetNode extends AbstractNode
| Modifier and Type | Field and Description |
|---|---|
private AbstractNode |
index
final value for index.
|
private java.lang.Boolean |
indexExists
value if an index exists.
|
private java.lang.String |
value
final String Attribut value.
|
| Constructor and Description |
|---|
IdSetNode(java.lang.String value)
IdSetNode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addIndex(AbstractNode indexparam) |
boolean |
equals(java.lang.Object obj) |
AbstractNode |
getIndex() |
java.lang.Boolean |
getIndexExists() |
java.lang.String |
getName() |
int |
hashCode() |
AbstractReturnValue |
interpret(CommunicationManager mgr)
Interpret-Methode, die von den entsprechenden erbenden Klassen implementiert werden muss.
|
java.lang.Boolean |
isIDSetNode() |
IdSetNode |
toIDSetNode() |
java.lang.String |
toString() |
isIDNode, isIdSetArrayNode, toIDNode, toIdSetArrayNodeprivate final java.lang.String value
private AbstractNode index
private java.lang.Boolean indexExists
public IdSetNode(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 AbstractReturnValue interpret(CommunicationManager mgr) throws CheckScriptException
AbstractNodeinterpret in class AbstractNodemgr - The CommunicationManager to use.CheckScriptException - PruefscriptExceptionpublic java.lang.String getName()
public java.lang.Boolean isIDSetNode()
isIDSetNode in class AbstractNodepublic IdSetNode toIDSetNode() throws WrongNodeException
toIDSetNode in class AbstractNodeWrongNodeException - WrongNodeExceptionpublic void addIndex(AbstractNode indexparam)
indexparam - Der Index.public AbstractNode getIndex()
public java.lang.Boolean getIndexExists()