public class Nvars
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
Name property for the class
|
private java.lang.Integer |
nvars
Number of variables passed from javacall
|
Constructor and Description |
---|
Nvars(VariableIndex varIndex)
Class constructor method
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Method to retrieve the name of the JSON object
|
java.lang.Integer |
getValues()
Method to access the number of variables passed from javacall
|
void |
setNvars(java.util.List<java.lang.Integer> varidx)
Method to set the number of variables passed to javacall
|
private final java.lang.String name
private java.lang.Integer nvars
public Nvars(VariableIndex varIndex)
varIndex
- A VariableIndex class objectpublic void setNvars(java.util.List<java.lang.Integer> varidx)
varidx
- A variable indexpublic java.lang.Integer getValues()
public java.lang.String getName()