public class Exists extends BooleanTreeNodeAdapter
| Constructor and Description |
|---|
Exists() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(MboRemote mbo)
Evaluates the node and returns it's value as a boolean.
|
int |
getNodeDataType()
Returns the data type of the node.
|
void |
setOperands(MboRemote mbo,
java.util.Vector operands)
Sets the operands for custom class.
|
getDate, getDouble, getInt, getStringgetNodeDataType, toStringpublic boolean getBoolean(MboRemote mbo) throws MXException, java.rmi.RemoteException
TreeNodeMXExceptionjava.rmi.RemoteExceptionpublic int getNodeDataType()
BooleanTreeNodeAdaptergetNodeDataType in interface TreeNodegetNodeDataType in class BooleanTreeNodeAdapterpublic void setOperands(MboRemote mbo, java.util.Vector operands) throws MXException, java.rmi.RemoteException
TreeNodesetOperands in interface TreeNodesetOperands in class BooleanTreeNodeAdapterMXExceptionjava.rmi.RemoteException