org.n52.security.common.attributes
Class DoubleAttributeValue

java.lang.Object
  extended by org.n52.security.common.attributes.AttributeValueAdapter
      extended by 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

Field Summary
 
Fields inherited from class org.n52.security.common.attributes.AttributeValueAdapter
m_wrappedObject
 
Fields inherited from interface org.n52.security.common.attributes.AttributeValue
EMPTY_VALUE
 
Constructor Summary
DoubleAttributeValue(double wrappedObject)
           
DoubleAttributeValue(Double wrappedObject)
          Constructor DoubleAttributeValue creates a new DoubleAttributeValue instance.
 
Method Summary
 double getDoubleValue()
          Method getDoubleValue returns the doubleValue of this DoubleAttributeValue object.
 Double getValue()
          Method getValue returns the value of this DoubleAttributeValue object.
 
Methods inherited from class org.n52.security.common.attributes.AttributeValueAdapter
equals, getTypeName, getUnspecifiedValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.