Uses of Class
de.pco.common.enums.MetadataField
| Package | Description |
|---|---|
| de.pco.common.enums |
-
Uses of MetadataField in de.pco.common.enums
Methods in de.pco.common.enums that return MetadataField Modifier and Type Method Description static MetadataFieldMetadataField. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataField[]MetadataField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.pco.common.enums with parameters of type MetadataField Modifier and Type Method Description static ObjectMetadataField. getDefaultValue(MetadataField enumValue)Returns the default falue of a numeric field from the MetadataBeanstatic Object[]MetadataField. getEnumFieldValues(MetadataField enumValue)Returns the possible values of the field from the MetadataBean that is an enumeratorstatic ComparableMetadataField. getMaxValue(MetadataField enumValue)Returns the maximal falue of a numeric field from the MetadataBeanstatic ComparableMetadataField. getMinValue(MetadataField enumValue)Returns the minimal falue of a numeric field from the MetadataBeanstatic ObjectMetadataField. getStepValue(MetadataField enumValue)Returns the step value for the particular numeric fieldstatic ObjectMetadataField. getValueOfField(MetadataBean metadata, MetadataField enumValue)By giving the particular field and the object of the MetadataBean class, this method returns the value of this field in this object.static booleanMetadataField. isBooleanField(MetadataField enumValue)Returns whether the parameter is a boolean field of the MetadataBean.static booleanMetadataField. isEnumField(MetadataField enumValue)Returns whether the parameter is an enumerator field of the MetadataBean.static booleanMetadataField. isNumericField(MetadataField enumValue)Returns whether the parameter is a numeric field of the MetadataBean.static booleanMetadataField. isTextField(MetadataField enumValue)Returns whether the parameter is a textual field of the MetadataBean.static voidMetadataField. setValueOfField(MetadataBean metadata, MetadataField field, Object value)Sets the value