public interface GXIVariable extends Serializable
GXVariable
, for single value
variables, and by GXVariableArray
for multiple values. The common
methods in this interface are the variable's name methods.Modifier and Type | Field and Description |
---|---|
static String |
NULL
This constant can be used to overide a variable with a null value.
|
static String |
OVERRIDE
this const is used to override the recorder configuration
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
setName(String name) |
static final String NULL
static final String OVERRIDE
Copyright 2016 Software AG. All rights reserved. Use is subject to license terms.