|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.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 | |
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 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 valuepublic BitSetValue(java.util.BitSet value, java.util.ArrayList references)
value
- the bit set valuereferences
- the additional referenced bit valuesMethod Detail |
public MibValue initialize(MibLoaderLog log) throws MibException
initialize
in interface MibValue
log
- the MIB loader log
MibException
- if an error was encountered during the
initializationpublic java.util.ArrayList getBits()
public java.lang.Object toObject()
toObject
in interface MibValue
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |