Package org.snmp4j

Enum SNMP4JSettings.Snmp4jStatistics

java.lang.Object
java.lang.Enum<SNMP4JSettings.Snmp4jStatistics>
org.snmp4j.SNMP4JSettings.Snmp4jStatistics
All Implemented Interfaces:
Serializable, Comparable<SNMP4JSettings.Snmp4jStatistics>
Enclosing class:
SNMP4JSettings

public static enum SNMP4JSettings.Snmp4jStatistics extends Enum<SNMP4JSettings.Snmp4jStatistics>
  • Enum Constant Details

  • Method Details

    • values

      public static SNMP4JSettings.Snmp4jStatistics[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static SNMP4JSettings.Snmp4jStatistics valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null