com.sybase.uep.bobclient.data
Class ControlVariable

java.lang.Object
  extended by com.sybase.uep.bobclient.data.ControlVariable

public class ControlVariable
extends java.lang.Object

This is holds the variable attributes for controls

Author:
tdang

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

ControlVariable

public ControlVariable(java.lang.String key,
                       java.lang.String type,
                       java.lang.String mobileAppID,
                       java.lang.String packageName)
Create ControlVariable object

Parameters:
key - - variable name
type - - variable type, can be the following VariableProperties.VARIABLE_TYPE_USER VariableProperties.VARIABLE_TYPE_TABLE VariableProperties.VARIABLE_TYPE_SYSTEM
mobileAppID - - mobile application ID
packageName - - package name
Method Detail

getKey

public java.lang.String getKey()
Get variable key

Returns:
string value for key

getType

public java.lang.String getType()
Get variable type

Returns:
string value for type

getMobileAppID

public java.lang.String getMobileAppID()
Get the mobile application ID

Returns:
string value for ID

getPackageName

public java.lang.String getPackageName()
Gets the package name

Returns:
string value for package name