public class BooleanType extends MibType
Constructor and Description |
---|
BooleanType()
Creates a new boolean MIB type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
createReference, createReference, getComment, getName, getReferenceSymbol, getTag, hasReferenceTo, hasReferenceTo, hasTag, hasTag, isPrimitive, setReferenceSymbol, setTag, toString
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 MibType
symbol
- the MIB symbol containing this typelog
- the MIB loader logpublic MibType createReference()
NOTE: This is an internal method that should only be called by the MIB loader.
createReference
in class MibType
public boolean isCompatible(MibValue value)
isCompatible
in class MibType
value
- the value to check