Enum Class TransportAuditEvent.TransportOperation

java.lang.Object
java.lang.Enum<TransportAuditEvent.TransportOperation>
org.snmp4j.transport.TransportAuditEvent.TransportOperation
All Implemented Interfaces:
Serializable, Comparable<TransportAuditEvent.TransportOperation>, java.lang.constant.Constable
Enclosing class:
TransportAuditEvent

public static enum TransportAuditEvent.TransportOperation extends Enum<TransportAuditEvent.TransportOperation>
The TransportOperation enumerates the transport operations that can be audited.
Since:
3.12.0
Version:
3.12.0
Author:
Frank Fock
  • Enum Constant Details

  • Method Details

    • values

      public static TransportAuditEvent.TransportOperation[] 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 TransportAuditEvent.TransportOperation 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