Enum Class BPLane.VAttr

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

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

    • BPDia

      public static final BPLane.VAttr BPDia
    • ChildLane

      public static final BPLane.VAttr ChildLane
    • FlowElement

      public static final BPLane.VAttr FlowElement
    • HasLaneSet

      public static final BPLane.VAttr HasLaneSet
    • LaneMaintenanceType

      public static final BPLane.VAttr LaneMaintenanceType
    • LaneResourceAccountable

      public static final BPLane.VAttr LaneResourceAccountable
    • LaneResourceConsulted

      public static final BPLane.VAttr LaneResourceConsulted
    • LaneResourceInformed

      public static final BPLane.VAttr LaneResourceInformed
    • LaneResourceResponsible

      public static final BPLane.VAttr LaneResourceResponsible
    • LaneResourceSupportive

      public static final BPLane.VAttr LaneResourceSupportive
    • LaneResourceUnspecified

      public static final BPLane.VAttr LaneResourceUnspecified
    • LaneSet

      public static final BPLane.VAttr LaneSet
    • ParentLane

      public static final BPLane.VAttr ParentLane
    • Process

      public static final BPLane.VAttr Process
    • Resource

      public static final BPLane.VAttr Resource
  • Method Details

    • values

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