|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--net.percederberg.mibble.snmp.SnmpCompliance
An SNMP module compliance declaration. This declaration is used inside a module declaration.
| Constructor Summary | |
SnmpCompliance(MibValue value,
MibType syntax,
MibType writeSyntax,
SnmpAccess access,
java.lang.String description)
Creates a new SNMP module compliance declaration. |
|
| Method Summary | |
SnmpAccess |
getAccess()
Returns the access mode. |
java.lang.String |
getDescription()
Returns the compliance description. |
MibType |
getSyntax()
Returns the value syntax. |
MibValue |
getValue()
Returns the value. |
MibType |
getWriteSyntax()
Returns the value write syntax. |
void |
initialize(MibLoaderLog log)
Initializes this object. |
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 SnmpCompliance(MibValue value,
MibType syntax,
MibType writeSyntax,
SnmpAccess access,
java.lang.String description)
value - the compliance valuesyntax - the value syntax, or nullwriteSyntax - the value write syntax, or nullaccess - the access mode, or nulldescription - the compliance 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 MibType getSyntax()
public MibType getWriteSyntax()
public SnmpAccess getAccess()
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 | ||||||||||