org.n52.security.common.attributes
Class DoubleAttributeValue
java.lang.Object
org.n52.security.common.attributes.AttributeValueAdapter
org.n52.security.common.attributes.DoubleAttributeValue
- All Implemented Interfaces:
- Serializable, AttributeValue
public class DoubleAttributeValue
- extends AttributeValueAdapter
- implements Serializable
Double attribute value.
- Version:
- $Revision: 3422 $
- Author:
- Marko Reiprecht
Created on 26.03.2007
- See Also:
- Serialized Form
Method Summary |
double |
getDoubleValue()
Method getDoubleValue returns the doubleValue of this DoubleAttributeValue object. |
Double |
getValue()
Method getValue returns the value of this DoubleAttributeValue object. |
DoubleAttributeValue
public DoubleAttributeValue(double wrappedObject)
DoubleAttributeValue
public DoubleAttributeValue(Double wrappedObject)
throws NullPointerException
- Constructor DoubleAttributeValue creates a new DoubleAttributeValue instance.
- Parameters:
wrappedObject
- of type Double
- Throws:
NullPointerException
- when wrappedObject is null
getDoubleValue
public double getDoubleValue()
- Method getDoubleValue returns the doubleValue of this DoubleAttributeValue object.
- Returns:
- the doubleValue (type double) of this DoubleAttributeValue object.
getValue
public Double getValue()
- Method getValue returns the value of this DoubleAttributeValue object.
- Returns:
- the value (type Double) of this DoubleAttributeValue object.
Copyright © 2004–2013 52north.org. All rights reserved.