public class LiteralNode extends TreeNodeAdapter
Constructor and Description |
---|
LiteralNode(double value)
Constructor takes number literal
|
LiteralNode(java.lang.String value)
Constructor takes String literal
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(MboRemote mbo)
Value can't be a boolean.
|
java.util.Date |
getDate(MboRemote mbo)
Value can't be a Date/Time.
|
double |
getDouble(MboRemote mbo)
Returns the value of the attribute as a double.
|
int |
getInt(MboRemote mbo)
Returns the value of the attribute as an integer.
|
int |
getNodeDataType()
The data type of this node depends on the operation & maybe the types of the operands.
|
java.lang.String |
getString(MboRemote mbo)
Returns the value of the attribute as a String.
|
void |
setOperands(MboRemote mbo,
java.util.Vector operands)
Sets the operands for custom class.
|
getNodeDataType, toString
public LiteralNode(java.lang.String value)
public LiteralNode(double value)
public boolean getBoolean(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 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 int getNodeDataType()
public void setOperands(MboRemote mbo, java.util.Vector operands) throws MXException, java.rmi.RemoteException
TreeNode
MXException
java.rmi.RemoteException