java.lang.Object
java.lang.Enum<StatusCode.InfoType>
org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode.InfoType
All Implemented Interfaces:
Serializable, Comparable<StatusCode.InfoType>, Constable
Enclosing class:
StatusCode

public static enum StatusCode.InfoType extends Enum<StatusCode.InfoType>
Describes the type of information contained in the info bits.
  • Enum Constant Details

    • NotUsed

      public static final StatusCode.InfoType NotUsed
      The info bits are not used and shall be set to zero.
    • DataValue

      public static final StatusCode.InfoType DataValue
      The StatusCode and its info bits are associated with a DataValue returned from the Server.
    • Reserved

      public static final StatusCode.InfoType Reserved
      Reserved for future use. The info bits shall be ignored.
  • Method Details

    • values

      public static StatusCode.InfoType[] 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 StatusCode.InfoType 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