public class NumberValue extends MibValue
Constructor and Description |
---|
NumberValue(java.lang.Number value)
Creates a new number value.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object obj)
Compares this object with the specified object for order.
|
MibValue |
createReference()
Creates a value reference to this value.
|
boolean |
equals(java.lang.Object obj)
Checks if this object equals another object.
|
protected int |
getByteSize(MibType type,
int initialBytes)
Returns the number of bytes required by the specified type and
initial value size.
|
int |
hashCode()
Returns a hash code for this object.
|
MibValue |
initialize(MibLoaderLog log,
MibType type)
Initializes the MIB value.
|
java.lang.Object |
toObject()
Returns a Java Number representation of this value.
|
java.lang.String |
toString()
Returns a string representation of this value.
|
clear, getName, getReferenceSymbol, isReferenceTo, isReferenceTo, setReferenceSymbol
public NumberValue(java.lang.Number value)
value
- the number valuepublic MibValue initialize(MibLoaderLog log, MibType type)
NOTE: This is an internal method that should only be called by the MIB loader.
initialize
in class MibValue
log
- the MIB loader logtype
- the value typepublic MibValue createReference()
NOTE: This is an internal method that should only be called by the MIB loader.
createReference
in class MibValue
public int compareTo(java.lang.Object obj)
obj
- the object to compare topublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to compare withpublic int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object toObject()
public java.lang.String toString()
toString
in class java.lang.Object
protected int getByteSize(MibType type, int initialBytes)
type
- the MIB value typeinitialBytes
- the initial number of bytes used