Uses of Class
de.cxp.ocs.config.FieldType
-
Packages that use FieldType Package Description de.cxp.ocs.config -
-
Uses of FieldType in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return FieldType Modifier and Type Method Description static FieldTypeFieldType. 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.Methods in de.cxp.ocs.config with parameters of type FieldType Modifier and Type Method Description Map<String,Field>FieldConfigAccess. getFieldsByType(FieldType type)get all fields that have the specified field type configured.Map<String,Field>FieldConfigIndex. getFieldsByType(FieldType type)
-