Uses of Class
adalid.core.enums.EncodingType
-
Packages that use EncodingType Package Description adalid.core.data.types adalid.core.enums -
-
Uses of EncodingType in adalid.core.data.types
Methods in adalid.core.data.types that return EncodingType Modifier and Type Method Description EncodingTypeStringData. getEncodingType()Methods in adalid.core.data.types with parameters of type EncodingType Modifier and Type Method Description voidStringData. setEncodingType(EncodingType encoding)El método setEncodingType se utiliza para establecer el tipo de codificación del valor de la propiedad para almacenarlo en la base de datos. -
Uses of EncodingType in adalid.core.enums
Methods in adalid.core.enums that return EncodingType Modifier and Type Method Description static EncodingTypeEncodingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EncodingType[]EncodingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-