public class DynamicVariableFactory extends PluginFactory
DynamicVariable
interface.T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
static DynamicVariableFactory |
getInstance()
Get a shared instance of this factory.
|
DynamicVariable |
getVariable(String variableName)
Get a dynamic variable object.
|
List<String> |
getVariableNames()
Get a list of available dynamic variable names (plugin codes).
|
public static DynamicVariableFactory getInstance()
public List<String> getVariableNames()
public DynamicVariable getVariable(String variableName)
variableName
- variable name.