|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.percederberg.mibble.snmp.SnmpStatus
An SNMP status value. This class is used to encapsulate the status value constants used in several SNMP macro types. Note that due to the support for both SNMPv1, SNMPv2 and SNMPv3 not all of the constants defined in this class can be present in all files. Please see the comments for each individual constant regarding the support for different SNMP versions.
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 |
public static final SnmpStatus MANDATORY
public static final SnmpStatus OPTIONAL
public static final SnmpStatus CURRENT
public static final SnmpStatus DEPRECATED
public static final SnmpStatus OBSOLETE
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |