Uses of Class
adalid.core.enums.LetterCase
-
Packages that use LetterCase Package Description adalid.core.annotations adalid.core.data.types adalid.core.enums -
-
Uses of LetterCase in adalid.core.annotations
Methods in adalid.core.annotations that return LetterCase Modifier and Type Method Description LetterCaseletterCase()letterCase especifica la conversión que se debe realizar al almacenar valores de la propiedad o parámetro en la base de datos. -
Uses of LetterCase in adalid.core.data.types
Methods in adalid.core.data.types that return LetterCase Modifier and Type Method Description LetterCaseStringData. getLetterCase()Methods in adalid.core.data.types with parameters of type LetterCase Modifier and Type Method Description voidStringData. setLetterCase(LetterCase letterCase) -
Uses of LetterCase in adalid.core.enums
Methods in adalid.core.enums that return LetterCase Modifier and Type Method Description static LetterCaseLetterCase. valueOf(String name)Returns the enum constant of this type with the specified name.static LetterCase[]LetterCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-