|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableKey | |
---|---|
com.ibm.tws.objects.model | |
com.ibm.tws.objects.model.validator |
Uses of VariableKey in com.ibm.tws.objects.model |
---|
Methods in com.ibm.tws.objects.model that return VariableKey | |
VariableKey |
Variable.getKey()
Returns the VariableKey wrapped by this Variable object. |
static VariableKey |
VariableKey.parseKey(java.lang.String key)
Parses data from the specified string and creates a new VariableKey. |
Methods in com.ibm.tws.objects.model with parameters of type VariableKey | |
void |
Variable.setKey(VariableKey variableKey)
Sets the VariableKey to be wrapped by this Variable object. |
Constructors in com.ibm.tws.objects.model with parameters of type VariableKey | |
Variable(VariableKey variableKey)
Creates a Variable with the specified key. |
|
Variable(Identifier variableId,
VariableKey variableKey)
Creates a Variable with the specified identifier and key. |
Uses of VariableKey in com.ibm.tws.objects.model.validator |
---|
Methods in com.ibm.tws.objects.model.validator with parameters of type VariableKey | |
void |
VariableValidator.validateKey(VariableKey variableKey)
Validates a VariableKey object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |