| Interface | Description | 
|---|---|
| FeatureVariable | 
 A Feature marked as a Variable in the installation
 will exist even when a robot is turned off and on. 
 | 
| GlobalVariable | 
 GLOBAL variables are available everywhere in a program. 
 | 
| PersistedVariable | 
PERSISTED means that the variable is stored with the installation. | 
| ValuePersistedVariable | 
 VALUE_PERSISTED means that the variable is stored with the installation. 
 | 
| Variable | |
| VariableFactory | 
 This interface supplies methods to create variable objects. 
 | 
| VariableModel | 
 
 Provides methods that returns the variables that currently are registered in the system. 
 | 
| Class | Description | 
|---|---|
| VariableFilterFactory | 
 API with predefined filters that can be used when searching for particular types of variables. 
 | 
| Enum | Description | 
|---|---|
| Variable.Type | 
 The variable type used to determine which type of variable this instance is. 
 | 
| Exception | Description | 
|---|---|
| VariableException | 
 This exception is thrown if a Variable has an illegal name. 
 | 
Copyright © 2019. All rights reserved.