Uses of Interface
org.apache.lucene.gdata.gom.GOMDateConstruct

Packages that use GOMDateConstruct
org.apache.lucene.gdata.gom   
org.apache.lucene.gdata.gom.core   
 

Uses of GOMDateConstruct in org.apache.lucene.gdata.gom
 

Subinterfaces of GOMDateConstruct in org.apache.lucene.gdata.gom
 interface GOMPublished
          The "atom:published" element is a Date construct indicating an instant in time associated with an event early in the life cycle of the entry.
 interface GOMUpdated
          The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant.
 

Uses of GOMDateConstruct in org.apache.lucene.gdata.gom.core
 

Classes in org.apache.lucene.gdata.gom.core that implement GOMDateConstruct
 class GOMDateConstructImpl
          A Date construct is an element whose content MUST conform to the "date-time" production in [RFC3339].
 class GOMPublishedImpl
           
 class GOMUpdatedImpl
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.