public class LengthNode extends TreeNodeAdapter
Constructor and Description |
---|
LengthNode(java.util.Vector operands)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(MboRemote mbo)
No boolean value
|
java.util.Date |
getDate(MboRemote mbo)
No date value
|
double |
getDouble(MboRemote mbo)
double value
|
int |
getInt(MboRemote mbo)
integer value
|
int |
getNodeDataType()
This node is always a number node.
|
java.lang.String |
getString(MboRemote mbo)
No string value
|
void |
setOperands(MboRemote mbo,
java.util.Vector operands)
Sets the operands for custom class.
|
getNodeDataType, toString
public LengthNode(java.util.Vector operands) throws ParseException
ParseException
public boolean getBoolean(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public java.lang.String getString(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public double getDouble(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 int getNodeDataType()
public void setOperands(MboRemote mbo, java.util.Vector operands) throws MXException, java.rmi.RemoteException
TreeNode
MXException
java.rmi.RemoteException