|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--net.percederberg.mibble.MibType
|
+--net.percederberg.mibble.type.ObjectIdentifierType
An object identifier MIB type.
| Constructor Summary | |
ObjectIdentifierType()
Creates a new object identifier MIB type. |
|
| Method Summary | |
MibType |
createReference()
Creates a type reference to this type. |
MibType |
initialize(MibSymbol symbol,
MibLoaderLog log)
Initializes the MIB type. |
boolean |
isCompatible(MibValue value)
Checks if the specified value is compatible with this type. |
| Methods inherited from class net.percederberg.mibble.MibType |
createReference, createReference, getName, getReferenceSymbol, getTag, hasReferenceTo, hasReferenceTo, hasTag, hasTag, isPrimitive, setReferenceSymbol, setTag, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ObjectIdentifierType()
| Method Detail |
public MibType initialize(MibSymbol symbol,
MibLoaderLog log)
NOTE: This is an internal method that should only be called by the MIB loader.
initialize in class MibTypesymbol - the MIB symbol containing this typelog - the MIB loader log
public MibType createReference()
NOTE: This is an internal method that should only be called by the MIB loader.
createReference in class MibTypepublic boolean isCompatible(MibValue value)
isCompatible in class MibTypevalue - the value to check
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||