public class DoubleAttributeValue extends AttributeValueAdapter implements Serializable
m_wrappedObject
EMPTY_VALUE
Constructor and Description |
---|
DoubleAttributeValue(double wrappedObject) |
DoubleAttributeValue(Double wrappedObject)
Constructor DoubleAttributeValue creates a new DoubleAttributeValue instance.
|
Modifier and Type | Method and Description |
---|---|
double |
getDoubleValue()
Method getDoubleValue returns the doubleValue of this DoubleAttributeValue object.
|
Double |
getValue()
Method getValue returns the value of this DoubleAttributeValue object.
|
equals, getTypeName, getUnspecifiedValue, hashCode, toString
public DoubleAttributeValue(double wrappedObject)
public DoubleAttributeValue(Double wrappedObject) throws NullPointerException
wrappedObject
- of type DoubleNullPointerException
- when wrappedObject is nullpublic double getDoubleValue()
public Double getValue()
Copyright © 2004–2018 52north.org. All rights reserved.