Package io.vertigo.easyforms.domain
Enum Class DtDefinitions.Definitions
- All Implemented Interfaces:
Serializable,Comparable<DtDefinitions.Definitions>,Constable
- Enclosing class:
DtDefinitions
Enumération des DtDefinitions.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionObjet de données EasyForm.Objet de données EasyFormsFieldTypeUi.Objet de données EasyFormsFieldValidatorTypeUi.Objet de données EasyFormsItemUi.Objet de données EasyFormsLabelUi.Objet de données EasyFormsSectionUi. -
Method Summary
Modifier and TypeMethodDescriptionClass<?> Classe associée.static DtDefinitions.DefinitionsReturns the enum constant of this class with the specified name.static DtDefinitions.Definitions[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EasyForm
Objet de données EasyForm. -
EasyFormsFieldTypeUi
Objet de données EasyFormsFieldTypeUi. -
EasyFormsFieldValidatorTypeUi
Objet de données EasyFormsFieldValidatorTypeUi. -
EasyFormsItemUi
Objet de données EasyFormsItemUi. -
EasyFormsLabelUi
Objet de données EasyFormsLabelUi. -
EasyFormsSectionUi
Objet de données EasyFormsSectionUi.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getDtClass
Classe associée.- Returns:
- Class d'implémentation de l'objet
-