public class Variable extends Object
| Constructor and Description |
|---|
Variable() |
Variable(AddField field) |
Variable(Field field) |
Variable(String name,
String label,
VariableTypesEnum type,
List<String> varOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Getter for Label.
|
String |
getName()
Getter for name.
|
VariableTypesEnum |
getType()
Getter for type.
|
List<String> |
getVarOptions()
Getter for varOptions.
|
void |
setLabel(String label)
Setter for Label.
|
void |
setName(String name)
Setter for name.
|
void |
setType(VariableTypesEnum type)
Setter for type.
|
void |
setVarOptions(List<String> varOptions)
Setter for varOptions.
|
public Variable()
public Variable(Field field)
public Variable(AddField field)
public Variable(String name, String label, VariableTypesEnum type, List<String> varOptions)
public String getName()
public void setName(String name)
name - the name to setpublic String getLabel()
public void setLabel(String label)
label - the label to setpublic VariableTypesEnum getType()
public void setType(VariableTypesEnum type)
type - the type to setCopyright © 2016. All rights reserved.