Enum Class BcField.Attribute

java.lang.Object
java.lang.Enum<BcField.Attribute>
org.cxbox.meta.ui.model.BcField.Attribute
All Implemented Interfaces:
Serializable, Comparable<BcField.Attribute>, Constable
Enclosing class:
BcField

public static enum BcField.Attribute extends Enum<BcField.Attribute>
  • Enum Constant Details

    • WIDGET_NAME

      public static final BcField.Attribute WIDGET_NAME
      widget identifier
    • TYPE

      public static final BcField.Attribute TYPE
      Field type
    • ICON_TYPE_KEY

      public static final BcField.Attribute ICON_TYPE_KEY
    • HINT_KEY

      public static final BcField.Attribute HINT_KEY
    • PICK_LIST_FIELDS

      public static final BcField.Attribute PICK_LIST_FIELDS
      List of picklist fields
    • PARENT_FIELD

      public static final BcField.Attribute PARENT_FIELD
      Field with the current field specified in the picklist
    • PARENT_BC

      public static final BcField.Attribute PARENT_BC
      BC with the current field specified in the picklist
  • Method Details

    • values

      public static BcField.Attribute[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BcField.Attribute valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null