|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--net.percederberg.mibble.MibValue
|
+--net.percederberg.mibble.value.BitSetValue
A bit set MIB value.
| Constructor Summary | |
BitSetValue(java.util.BitSet value)
Creates a new bit set MIB value. |
|
BitSetValue(java.util.BitSet value,
java.util.ArrayList references)
Creates a new bit set MIB value. |
|
| Method Summary | |
MibValue |
createReference()
Creates a value reference to this value. |
java.util.ArrayList |
getBits()
Returns all the bits in this bit set as individual number values. |
MibValue |
initialize(MibLoaderLog log)
Initializes the MIB value. |
java.lang.Object |
toObject()
Returns a Java BitSet representation of this value. |
java.lang.String |
toString()
Returns a string representation of this value. |
| Methods inherited from class net.percederberg.mibble.MibValue |
getName, getReferenceSymbol, isReferenceTo, isReferenceTo, setReferenceSymbol |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BitSetValue(java.util.BitSet value)
value - the bit set value
public BitSetValue(java.util.BitSet value,
java.util.ArrayList references)
value - the bit set valuereferences - the additional referenced bit values| Method Detail |
public MibValue initialize(MibLoaderLog log)
throws MibException
NOTE: This is an internal method that should only be called by the MIB loader.
initialize in class MibValuelog - the MIB loader log
MibException - if an error was encountered during the
initializationpublic MibValue createReference()
NOTE: This is an internal method that should only be called by the MIB loader.
createReference in class MibValuepublic java.util.ArrayList getBits()
public java.lang.Object toObject()
toObject in class MibValuepublic 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 | ||||||||||