public class Exists extends BooleanTreeNodeAdapter
Constructor and Description |
---|
Exists() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
childrenInfoString()
Sub-classes should override this method to return the result of
toString on each child, separated by new lines.
|
boolean |
getBoolean(MboRemote mbo)
Evaluates the node and returns it's value as a boolean.
|
int |
getNodeDataType()
Returns the data type of the node.
|
protected java.lang.String |
parentInfoString()
Sub-classes should override this method to create a string which
provides information for the parent node only.
|
void |
setOperands(MboRemote mbo,
java.util.Vector operands)
Sets the operands for custom class.
|
getDate, getDouble, getInt, getString
getNodeDataType, toString
protected java.lang.String childrenInfoString()
TreeNodeAdapter
Note there is no new line character after the last child.
childrenInfoString
in class TreeNodeAdapter
protected java.lang.String parentInfoString()
TreeNodeAdapter
parentInfoString
in class TreeNodeAdapter
public boolean getBoolean(MboRemote mbo) throws MXException, java.rmi.RemoteException
TreeNode
MXException
java.rmi.RemoteException
public int getNodeDataType()
BooleanTreeNodeAdapter
getNodeDataType
in interface TreeNode
getNodeDataType
in class BooleanTreeNodeAdapter
public void setOperands(MboRemote mbo, java.util.Vector operands) throws MXException, java.rmi.RemoteException
TreeNode
setOperands
in interface TreeNode
setOperands
in class BooleanTreeNodeAdapter
MXException
java.rmi.RemoteException