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
|
static String |
UNKNOWN
this const is used to decide if the connection pool use gct or not
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
void |
setName(String name) |
static final String NULL
static final String OVERRIDE
static final String UNKNOWN
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.