Uses of Enum Class
eu.bandm.tools.umod.runtime.CheckedList.implementations
Package
Description
Contains base and auxiliary classes for code generated by tdom.
Runtime classes for the model code generated by the
umod-Compiler
, esp for data integrity
de/serialization, visualzation, visitors and rewriters.-
Uses of CheckedList.implementations in eu.bandm.tools.tdom.runtime
ModifierConstructorDescriptionCheckedListPlus
(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. -
Uses of CheckedList.implementations in eu.bandm.tools.umod.runtime
Modifier and TypeMethodDescriptionstatic CheckedList.implementations
Returns the enum constant of this class with the specified name.static CheckedList.implementations[]
CheckedList.implementations.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCheckedList
(CheckedList.implementations implementation) CheckedList
(CheckedList.implementations implementation, List<? extends T> prototype) CheckedList
(CheckedList.implementations implementation, T... data)