Package | Description |
---|---|
eu.bandm.tools.tdom.runtime |
Contains base and auxiliary classes for code generated by tdom.
|
eu.bandm.tools.umod.runtime |
Runtime classes for the model code generated by the
umod-Compiler , esp for data integrity
de/serialization, visualzation, visitors and rewriters. |
Constructor and Description |
---|
CheckedListPlus(CheckedList.implementations implementation,
List<? extends T> prototype)
Create a list checked against null values and being empty.
|
CheckedListPlus(CheckedList.implementations implementation,
T... data)
Create a list checked against null values and being empty.
|
Modifier and Type | Method and Description |
---|---|
static CheckedList.implementations |
CheckedList.implementations.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckedList.implementations |
CheckedList.implementations.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckedList.implementations[] |
CheckedList.implementations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static CheckedList.implementations[] |
CheckedList.implementations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected <T> Function<List<T>,CheckedList<T>> |
Phrasebook.consCheckedList(CheckedList.implementations i) |
protected <T> Function<List<T>,CheckedList<T>> |
Phrasebook.consCheckedList(CheckedList.implementations i) |
Constructor and Description |
---|
CheckedList(CheckedList.implementations implementation) |
CheckedList(CheckedList.implementations implementation) |
CheckedList(CheckedList.implementations implementation,
List<? extends T> prototype) |
CheckedList(CheckedList.implementations implementation,
List<? extends T> prototype) |
CheckedList(CheckedList.implementations implementation,
T... data) |
CheckedList(CheckedList.implementations implementation,
T... data) |
see also the complete user documentation .