Uses of Class
net.pricefx.common.api.pa.FieldType
-
Packages that use FieldType Package Description net.pricefx.common.api.pa net.pricefx.domain Defines set of domain object classes. -
-
Uses of FieldType in net.pricefx.common.api.pa
Methods in net.pricefx.common.api.pa that return FieldType Modifier and Type Method Description static FieldType
FieldType. toType(FieldFormatType fieldFormatType)
static FieldType
FieldType. toType(DataType dataType)
static FieldType
FieldType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FieldType[]
FieldType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FieldType in net.pricefx.domain
Methods in net.pricefx.domain that return FieldType Modifier and Type Method Description FieldType
DMField. getType()
static FieldType
DMField. getType(AttributeMeta attrib)
static FieldType
DMField. toType(DataType dataType)
Methods in net.pricefx.domain with parameters of type FieldType Modifier and Type Method Description void
DMField. setType(FieldType type)
Constructors in net.pricefx.domain with parameters of type FieldType Constructor Description DMField(String name, FieldType type)
-