public abstract class FunctionTreeNodeAdapter extends TreeNodeAdapter
Constructor and Description |
---|
FunctionTreeNodeAdapter() |
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(MboRemote mbo)
Numbers can't be represented by booleans so this throws an exception
|
java.util.Date |
getDate(MboRemote mbo)
Numbers can't be represented by dates so this throws an exception
|
int |
getInt(MboRemote mbo)
Numbers can't be represented by numbers so this throws an exception
|
int |
getNodeDataType()
Returns the data type of the node.
|
int |
getNodeDataType(MboRemote mbo)
Helper method gets the datatype from attribute nodes when needed.
|
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.
|
toString
public java.lang.String getString(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int getInt(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public java.util.Date getDate(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public boolean getBoolean(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int getNodeDataType()
TreeNode
public int getNodeDataType(MboRemote mbo) throws MXException, java.rmi.RemoteException
TreeNodeAdapter
getNodeDataType
in interface TreeNode
getNodeDataType
in class TreeNodeAdapter
MXException
java.rmi.RemoteException
public void setOperands(MboRemote mbo, java.util.Vector operands) throws MXException, java.rmi.RemoteException
TreeNode
MXException
java.rmi.RemoteException