public abstract class BooleanTreeNodeAdapter extends TreeNodeAdapter
| Constructor and Description |
|---|
BooleanTreeNodeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDate(MboRemote mbo)
Booleans can't be represented by dates so this throws an exception
|
double |
getDouble(MboRemote mbo)
Booleans can't be represented by numbers so this throws an exception
|
int |
getInt(MboRemote mbo)
Booleans can't be represented by numbers so this throws an exception
|
int |
getNodeDataType()
Returns the data type of the node.
|
java.lang.String |
getString(MboRemote mbo)
Evaluates the node and returns it's value as a String.
|
void |
setOperands(MboRemote mbo,
java.util.Vector operands)
Sets the operands for custom class.
|
childrenInfoString, getNodeDataType, parentInfoString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBooleanpublic java.lang.String getString(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic double getDouble(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic int getInt(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic java.util.Date getDate(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic int getNodeDataType()
public void setOperands(MboRemote mbo, java.util.Vector operands) throws MXException, java.rmi.RemoteException
TreeNodeMXExceptionjava.rmi.RemoteException