Uses of Enum Class
eu.bandm.tools.umod.runtime.CheckedList.implementations
Packages that use 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, for data integrity,
de/serialization, visualization, visitors and rewriters.
-
Uses of CheckedList.implementations in eu.bandm.tools.tdom.runtime
Constructors in eu.bandm.tools.tdom.runtime with parameters of type CheckedList.implementationsModifierConstructorDescriptionCheckedListPlus
(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
Methods in eu.bandm.tools.umod.runtime that return CheckedList.implementationsModifier 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.Constructors in eu.bandm.tools.umod.runtime with parameters of type CheckedList.implementationsModifierConstructorDescriptionCheckedList
(CheckedList.implementations implementation) CheckedList
(CheckedList.implementations implementation, List<? extends T> prototype) CheckedList
(CheckedList.implementations implementation, T... data)