Joda System API

Uses of Interface
org.joda.property.type.NumericProperty

Packages that use NumericProperty
org.joda.property.impl.type   
org.joda.property.type   
 

Uses of NumericProperty in org.joda.property.impl.type
 

Classes in org.joda.property.impl.type that implement NumericProperty
 class AbstractDoubleProperty
          Abstract implementation of a Double property.
 class AbstractIntegerProperty
          Abstract implementation of an Integer property.
 class AbstractLongProperty
          Abstract implementation of a Long property.
 class AbstractNumericProperty
          Abstract class useful for Numeric property implementations.
 class DefaultDecimalProperty
          Default implementation of a Decimal property.
 class DefaultDoublePrimitiveProperty
          Default implementation of a double property.
 class DefaultDoubleProperty
          Default implementation of a Double property.
 class DefaultIntegerPrimitiveProperty
          Default implementation of a primitive int property.
 class DefaultIntegerProperty
          Default implementation of an Integer property.
 class DefaultLongPrimitiveProperty
          Default implementation of a primitive long property.
 class DefaultLongProperty
          Default implementation of a Long property.
 

Uses of NumericProperty in org.joda.property.type
 

Subinterfaces of NumericProperty in org.joda.property.type
 interface DecimalProperty
          Interface for Decimal (BigDecimal) properties.
 interface DoublePrimitiveProperty
          Interface for primitive double properties.
 interface DoubleProperty
          Interface for Double properties.
 interface IntegerPrimitiveProperty
          Interface for primitive int properties.
 interface IntegerProperty
          Interface for Integer properties.
 interface LongPrimitiveProperty
          Interface for long properties.
 interface LongProperty
          Interface for Long properties.
 


Joda System API

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