|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.interfaces.VariableObjectFactory
com.sybase.uep.bobclient.data.RIMVariableObjectFactory
public class RIMVariableObjectFactory
Factory class for creating variable object
Constructor Summary | |
---|---|
protected |
RIMVariableObjectFactory()
|
Method Summary | |
---|---|
VariableObject |
createVariableObject(java.lang.Object value,
java.lang.String type)
Create the varaiable object class |
static RIMVariableObjectFactory |
getInstance()
Create the singleton instance of RIMVariableObjectFactory if not exists, and return it. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RIMVariableObjectFactory()
Method Detail |
---|
public static RIMVariableObjectFactory getInstance()
public VariableObject createVariableObject(java.lang.Object value, java.lang.String type)
createVariableObject
in class VariableObjectFactory
value
- - value of the variabletype
- - type of the variable, can be of type "USER", "SYSTEM", or "TABLE"
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |