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