|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.percederberg.mibble.snmp.SnmpStatus
An SNMP status value.
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 |