net.percederberg.mibble.snmp
Class SnmpStatus

java.lang.Object
  |
  +--net.percederberg.mibble.snmp.SnmpStatus

public class SnmpStatus
extends java.lang.Object

An SNMP status value.

Since:
2.0

Field Summary
static SnmpStatus CURRENT
          The current SNMP status.
static SnmpStatus DEPRECATED
          The deprecated SNMP status.
static SnmpStatus MANDATORY
          The mandatory SNMP status.
static SnmpStatus OBSOLETE
          The obsolete SNMP status.
static SnmpStatus OPTIONAL
          The optional SNMP status.
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MANDATORY

public static final SnmpStatus MANDATORY
The mandatory SNMP status. This status is only used in SNMPv1.


OPTIONAL

public static final SnmpStatus OPTIONAL
The optional SNMP status. This status is only used in SNMPv1.


CURRENT

public static final SnmpStatus CURRENT
The current SNMP status. This status is only used in SNMPv2 and later.


DEPRECATED

public static final SnmpStatus DEPRECATED
The deprecated SNMP status. This status is only used in SNMPv2 and later.


OBSOLETE

public static final SnmpStatus OBSOLETE
The obsolete SNMP status.

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of this object