Uses of Class
de.pco.sdk.enums.BildField
| Package | Description |
|---|---|
| de.pco.sdk.enums |
-
Uses of BildField in de.pco.sdk.enums
Methods in de.pco.sdk.enums that return BildField Modifier and Type Method Description static BildFieldBildField. valueOf(String name)Returns the enum constant of this type with the specified name.static BildField[]BildField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.pco.sdk.enums with parameters of type BildField Modifier and Type Method Description static ObjectBildField. getDefaultValue(BildField enumValue)Returns the default falue of a numeric field from the MetadataBeanstatic Object[]BildField. getEnumFieldValues(BildField enumValue)Returns the possible values of the field from the MetadataBean that is an enumeratorstatic ComparableBildField. getMaxValue(BildField enumValue)Returns the maximal falue of a numeric field from the MetadataBeanstatic ComparableBildField. getMinValue(BildField enumValue)Returns the minimal falue of a numeric field from the MetadataBeanstatic ObjectBildField. getStepValue(BildField enumValue)Returns the step value for the particular numeric fieldstatic ObjectBildField. getValueOfField(BildStruct metadata, BildField 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 booleanBildField. isBooleanField(BildField enumValue)Returns whether the parameter is a boolean field of the MetadataBean.static booleanBildField. isEnumField(BildField enumValue)Returns whether the parameter is an enumerator field of the MetadataBean.static booleanBildField. isNumericField(BildField enumValue)Returns whether the parameter is a numeric field of the MetadataBean.static booleanBildField. isTextField(BildField enumValue)Returns whether the parameter is a textual field of the MetadataBean.static voidBildField. setValueOfField(BildStruct metadata, BildField field, Object value)Sets the value