Joda System API

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

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

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

Classes in org.joda.property.impl.type that implement InstantProperty
 class DefaultDateProperty
          Standard implementation of a Date property.
 class DefaultDateTimeProperty
          Standard implementation of a DateTime read/write property.
 class DefaultTimeProperty
          Standard implementation of a Time property.
 

Uses of InstantProperty in org.joda.property.type
 

Subinterfaces of InstantProperty in org.joda.property.type
 interface DateProperty
          Interface for Date properties, based on ISO8601 date definitions.
 interface DateTimeProperty
          Interface for DateTime properties, based on ISO8601 date/time definitions.
 interface TimeProperty
          Interface for Time properties, based on ISO8601 time definitions.
 


Joda System API

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