Enum Class Schema.Cmp

Object
Enum<Schema.Cmp>
com.tailf.ncs.maapi.Schema.Cmp
All Implemented Interfaces:
Serializable, Comparable<Schema.Cmp>, Constable
Enclosing class:
Schema

public static enum Schema.Cmp extends Enum<Schema.Cmp>
  • Enum Constant Details

    • NORMAL

      public static final Schema.Cmp NORMAL
    • SNMP

      public static final Schema.Cmp SNMP
    • SNMP_IMPLIED

      public static final Schema.Cmp SNMP_IMPLIED
    • USER

      public static final Schema.Cmp USER
    • UNSORTED

      public static final Schema.Cmp UNSORTED
    • _NOT_IN_SCHEMA

      public static final Schema.Cmp _NOT_IN_SCHEMA
  • Method Details

    • values

      public static Schema.Cmp[] 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 Schema.Cmp 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