|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.percederberg.mibble.snmp.SnmpStatus
public class 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 SMIv1 and SMIv2, 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 SMI 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()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |