Joda System API

org.joda.property.type
Interface DoublePrimitiveProperty

All Superinterfaces:
java.lang.Comparable, DataProperty, ModelElement, NumericProperty, Property, java.io.Serializable
All Known Implementing Classes:
DefaultDoublePrimitiveProperty

public interface DoublePrimitiveProperty
extends NumericProperty

Interface for primitive double properties.

Author:
Stephen Colebourne

Nested Class Summary
 
Nested classes inherited from class org.joda.property.Property
Property.Internal
 
Field Summary
static java.lang.Class DEFAULT_TYPE
           
 
Method Summary
 double get()
          Get the property's value as a double.
 
Methods inherited from interface org.joda.property.type.NumericProperty
add, add, add, compareTo, compareTo, divideBy, divideBy, divideBy, doubleValue, equals, equals, floatValue, intValue, isGreaterThan, isGreaterThan, isGreaterThan, isLessThan, isLessThan, isLessThan, longValue, multiplyBy, multiplyBy, multiplyBy, negate, set, set, subtract, subtract, subtract, toBigDecimal, toDouble, toFloat, toInteger, toLong, toNumber
 
Methods inherited from interface org.joda.property.type.DataProperty
toDataString
 
Methods inherited from interface org.joda.property.Property
addPropertyChangeListener, bean, equals, equalsValue, firePropertyChange, getContentName, getContentType, getPropertyName, getPropertyType, hashCode, isModifiable, isNull, isReadOnly, removePropertyChangeListener, set, setModifiable, setReadOnly, toObject, toString
 
Methods inherited from interface org.joda.property.ModelElement
getAttribute, getAttributeCount, getAttributeMap, setAttribute
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

DEFAULT_TYPE

public static final java.lang.Class DEFAULT_TYPE
Method Detail

get

public double get()
Get the property's value as a double.

Returns:
the property value as a double

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.