Module org.snmp4j
Package org.snmp4j

Enum Class SNMP4JSettings.Snmp4jStatistics

java.lang.Object
java.lang.Enum<SNMP4JSettings.Snmp4jStatistics>
org.snmp4j.SNMP4JSettings.Snmp4jStatistics
All Implemented Interfaces:
Serializable, Comparable<SNMP4JSettings.Snmp4jStatistics>, java.lang.constant.Constable
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 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 SNMP4JSettings.Snmp4jStatistics 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