com.sybase.uep.bobclient.data
Class RIMVariableObject
java.lang.Object
com.sybase.uep.bobclient.data.RIMPersistableObject
com.sybase.uep.bobclient.data.RIMVariableObject
- All Implemented Interfaces:
- VariableObject, net.rim.device.api.util.Persistable
public class RIMVariableObject
- extends RIMPersistableObject
- implements VariableObject, net.rim.device.api.util.Persistable
Class Variables object
- Author:
- tdang
Constructor Summary |
RIMVariableObject(java.lang.Object value,
java.lang.String type)
Constructor to create the variable object class |
Method Summary |
java.lang.String |
getType()
Get the variable object type
Can be of type "USER", "SYSTEM", or "TABLE" |
java.lang.Object |
getValue()
Get the variable object value |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RIMVariableObject
public RIMVariableObject(java.lang.Object value,
java.lang.String type)
- Constructor to create the variable object class
- Parameters:
value
- - value of the variabletype
- - type fo the variable, can be of type "USER", "SYSTEM", or "TABLE"
getValue
public java.lang.Object getValue()
- Get the variable object value
- Specified by:
getValue
in interface VariableObject
- Returns:
- String value of the variable
getType
public java.lang.String getType()
- Get the variable object type
Can be of type "USER", "SYSTEM", or "TABLE"
- Specified by:
getType
in interface VariableObject
- Returns:
- String type of the variable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object