Enum Class GCDia.VAttr

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

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

    • ConceptInDia

      public static final GCDia.VAttr ConceptInDia
    • ConnectionNestBoth

      public static final GCDia.VAttr ConnectionNestBoth
    • ConnectionNestSource

      public static final GCDia.VAttr ConnectionNestSource
    • ConnectionNestTarget

      public static final GCDia.VAttr ConnectionNestTarget
    • DynamicLayout

      public static final GCDia.VAttr DynamicLayout
    • OwnedConceptEdge

      public static final GCDia.VAttr OwnedConceptEdge
    • OwnedConceptNodesSorted

      public static final GCDia.VAttr OwnedConceptNodesSorted
    • OwnedJunctionNodesSorted

      public static final GCDia.VAttr OwnedJunctionNodesSorted
    • OwnedLayerNode

      public static final GCDia.VAttr OwnedLayerNode
    • OwnedNode

      public static final GCDia.VAttr OwnedNode
    • OwningHierarchyAble

      public static final GCDia.VAttr OwningHierarchyAble
  • Method Details

    • values

      public static GCDia.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 GCDia.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