Uses of Class
adalid.core.enums.NumericFieldType
-
Packages that use NumericFieldType Package Description adalid.core.annotations adalid.core.enums adalid.core.primitives -
-
Uses of NumericFieldType in adalid.core.annotations
Methods in adalid.core.annotations that return NumericFieldType Modifier and Type Method Description NumericFieldTypetype()type especifica el patrón de análisis que se utilizará al formatear y analizar el valor de la propiedad o parámetro. -
Uses of NumericFieldType in adalid.core.enums
Methods in adalid.core.enums that return NumericFieldType Modifier and Type Method Description static NumericFieldTypeNumericFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static NumericFieldType[]NumericFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NumericFieldType in adalid.core.primitives
Methods in adalid.core.primitives that return NumericFieldType Modifier and Type Method Description NumericFieldTypeNumericPrimitive. getConverterType()Methods in adalid.core.primitives with parameters of type NumericFieldType Modifier and Type Method Description voidNumericPrimitive. setConverterType(NumericFieldType type)
-