|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.percederberg.mibble.MibValue
net.percederberg.mibble.value.BooleanValue
A boolean MIB value.
Field Summary | |
static BooleanValue |
FALSE
The boolean false value. |
static BooleanValue |
TRUE
The boolean true value. |
Method Summary | |
MibValue |
createReference()
Creates a value reference to this value. |
MibValue |
initialize(MibLoaderLog log)
Initializes the MIB value. |
java.lang.Object |
toObject()
Returns a Java Boolean 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 |
Field Detail |
public static final BooleanValue TRUE
public static final BooleanValue FALSE
Method Detail |
public MibValue initialize(MibLoaderLog log)
NOTE: This is an internal method that should only be called by the MIB loader.
initialize
in class MibValue
log
- the MIB loader log
public MibValue createReference()
NOTE: This is an internal method that should only be called by the MIB loader.
createReference
in class MibValue
public java.lang.Object toObject()
toObject
in class MibValue
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |