Enum Class CLSlot.VAttr

java.lang.Object
java.lang.Enum<CLSlot.VAttr>
de.mid.innovator.srv2api.icw2class.CLSlot.VAttr
All Implemented Interfaces:
K_VATTR, Serializable, Comparable<CLSlot.VAttr>, Constable
Enclosing interface:
CLSlot

public static enum CLSlot.VAttr extends Enum<CLSlot.VAttr> implements K_VATTR
  • Enum Constant Details

    • DefiningFeature

      public static final CLSlot.VAttr DefiningFeature
    • DefiningProperty

      public static final CLSlot.VAttr DefiningProperty
    • DisplayDeclaration

      public static final CLSlot.VAttr DisplayDeclaration
    • OwningInstance

      public static final CLSlot.VAttr OwningInstance
    • SlotBoolValue

      public static final CLSlot.VAttr SlotBoolValue
    • SlotIValueMfy1

      public static final CLSlot.VAttr SlotIValueMfy1
    • SlotIValuesMfyN

      public static final CLSlot.VAttr SlotIValuesMfyN
    • SlotInstValue

      public static final CLSlot.VAttr SlotInstValue
    • SlotInstValues

      public static final CLSlot.VAttr SlotInstValues
    • SlotSValueMfy1

      public static final CLSlot.VAttr SlotSValueMfy1
    • SlotSValuesMfyN

      public static final CLSlot.VAttr SlotSValuesMfyN
    • SlotStringValues

      public static final CLSlot.VAttr SlotStringValues
    • SlotValuesForSql

      public static final CLSlot.VAttr SlotValuesForSql
    • Value

      public static final CLSlot.VAttr Value
    • ValueInstanceForIA

      public static final CLSlot.VAttr ValueInstanceForIA
  • Method Details

    • values

      public static CLSlot.VAttr[] 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 CLSlot.VAttr 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
    • toInt

      public int toInt()
      Returns a specific integer value for the enumeration constant. This method is needed to serialize enumeration constants.
      Specified by:
      toInt in interface K_VATTR
      Returns:
      the specified value of the enumeration constant