| Package | Description |
|---|---|
| testoptimal.api.COMB |
| Modifier and Type | Method and Description |
|---|---|
static Field.DataType |
Field.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field.DataType[] |
Field.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
DataSet.addField(String name_p,
Field.DataType dataType_p,
String[] domainList_p,
String coupledField_p,
boolean derived_p)
adds a field to the dataset.
|
| Constructor and Description |
|---|
Field(String name_p,
Field.DataType dataType_p,
String[] domainList_p) |
Field(String name_p,
Field.DataType dataType_p,
String[] domainList_p,
String coupledField_p,
boolean derived_p) |
Copyright © 2020. All rights reserved.