|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.ControlVariable
public class ControlVariable
This is holds the variable attributes for controls
Constructor Summary | |
---|---|
ControlVariable(java.lang.String key,
java.lang.String type,
java.lang.String mobileAppID,
java.lang.String packageName)
Create ControlVariable object |
Method Summary | |
---|---|
java.lang.String |
getKey()
Get variable key |
java.lang.String |
getMobileAppID()
Get the mobile application ID |
java.lang.String |
getPackageName()
Gets the package name |
java.lang.String |
getType()
Get variable type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControlVariable(java.lang.String key, java.lang.String type, java.lang.String mobileAppID, java.lang.String packageName)
key
- - variable nametype
- - variable type, can be the following
VariableProperties.VARIABLE_TYPE_USER
VariableProperties.VARIABLE_TYPE_TABLE
VariableProperties.VARIABLE_TYPE_SYSTEMmobileAppID
- - mobile application IDpackageName
- - package nameMethod Detail |
---|
public java.lang.String getKey()
public java.lang.String getType()
public java.lang.String getMobileAppID()
public java.lang.String getPackageName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |