| Package | Description |
|---|---|
| org.bonitasoft.web.designer.model.data |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.fromJson(String text) |
DataType |
Data.getType() |
DataType |
Variable.getType() |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Data.setType(DataType type) |
void |
Variable.setType(DataType type) |
| Constructor and Description |
|---|
Data(DataType type,
Object value) |
Variable(DataType type,
List<String> value) |
Variable(DataType type,
String displayValue) |
Copyright © 2020. All rights reserved.