public class GXVariableArray extends Object implements GXIVariable
NULL, OVERRIDE, UNKNOWN
Constructor and Description |
---|
GXVariableArray(String name,
String[] values) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String[] |
getValues() |
void |
setName(String name) |
void |
setValues(String[] values) |
public String getName()
getName
in interface GXIVariable
GXIVariable.getName()
public void setName(String name)
setName
in interface GXIVariable
name
- The name of the variable or variable array.GXIVariable.setName(java.lang.String)
public void setValues(String[] values)
values
- the values to set in the variable arraypublic String[] getValues()
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.