Enum Class OPCENUMSCOPE

java.lang.Object
java.lang.Enum<OPCENUMSCOPE>
org.openscada.opc.dcom.da.OPCENUMSCOPE
All Implemented Interfaces:
Serializable, Comparable<OPCENUMSCOPE>, Constable

public enum OPCENUMSCOPE extends Enum<OPCENUMSCOPE>
  • Enum Constant Details

    • OPC_ENUM_PRIVATE_CONNECTIONS

      public static final OPCENUMSCOPE OPC_ENUM_PRIVATE_CONNECTIONS
    • OPC_ENUM_PUBLIC_CONNECTIONS

      public static final OPCENUMSCOPE OPC_ENUM_PUBLIC_CONNECTIONS
    • OPC_ENUM_ALL_CONNECTIONS

      public static final OPCENUMSCOPE OPC_ENUM_ALL_CONNECTIONS
    • OPC_ENUM_PRIVATE

      public static final OPCENUMSCOPE OPC_ENUM_PRIVATE
    • OPC_ENUM_PUBLIC

      public static final OPCENUMSCOPE OPC_ENUM_PUBLIC
    • OPC_ENUM_ALL

      public static final OPCENUMSCOPE OPC_ENUM_ALL
    • OPC_ENUM_UNKNOWN

      public static final OPCENUMSCOPE OPC_ENUM_UNKNOWN
  • Method Details

    • values

      public static OPCENUMSCOPE[] 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 OPCENUMSCOPE 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
    • id

      public int id()
    • fromID

      public static OPCENUMSCOPE fromID(int id)