|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.percederberg.mibble.snmp.SnmpRevision
An SNMP module identity revision.
| Constructor Summary | |
SnmpRevision(MibValue value,
java.lang.String description)
Creates a new SNMP module identity revision. |
|
| Method Summary | |
java.lang.String |
getDescription()
Returns the revision description. |
MibValue |
getValue()
Returns the revision number. |
void |
initialize(MibLoaderLog log)
Initializes the MIB revision number. |
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 |
| Constructor Detail |
public SnmpRevision(MibValue value,
java.lang.String description)
value - the revision numberdescription - the revision description| Method Detail |
public void initialize(MibLoaderLog log)
throws MibException
log - the MIB loader log
MibException - if an error was encountered during the
initializationpublic MibValue getValue()
public java.lang.String getDescription()
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 | ||||||||||