public interface IVariableData
Modifier and Type | Method and Description |
---|---|
double |
getDoubleVar(java.lang.String varName)
Get the value of a variable as a double.
|
int |
getIntVar(java.lang.String varName)
Get the value of a variable as a int.
|
java.lang.String |
getStringVar(java.lang.String varName)
Get the value of a variable as a String.
|
ITabularData |
getTableVar(java.lang.String varName)
Get the value of a variable as TabularData.
|
java.lang.String[] |
getVarNames()
Get the variable names.
|
int[] |
getVarTypes()
Get the variable types.
|
ITabularData getTableVar(java.lang.String varName)
varName
- Name of variable.double getDoubleVar(java.lang.String varName)
varName
- Name of variable.int getIntVar(java.lang.String varName)
varName
- Name of variable.java.lang.String getStringVar(java.lang.String varName)
varName
- Name of variable.java.lang.String[] getVarNames()
int[] getVarTypes()
Submit a bug or feature
Copyright (c) 2013-2022 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.