public class Variable extends Object
| Constructor and Description |
|---|
Variable(DataType type,
List<String> value) |
Variable(DataType type,
String displayValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDisplayValue() |
DataType |
getType() |
List<String> |
getValue() |
int |
hashCode() |
boolean |
isExposed() |
void |
setDisplayValue(String displayValue) |
void |
setExposed(boolean exposed) |
void |
setType(DataType type) |
void |
setValue(List<String> value) |
String |
toString() |
Copyright © 2020. All rights reserved.