GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.citation
Class DateType

Object
  extended by CodeList<DateType>
      extended by DateType
All Implemented Interfaces:
Serializable, Comparable<DateType>

@UML(identifier="CI_DateType",
     specification=ISO_19115)
public final class DateType
extends CodeList<DateType>

Identification of when a given event occurred

Since:
GeoAPI 2.0
Version:
Abstract specification 5.0
See Also:
Serialized Form

Field Summary
static DateType CREATION
          Date identifies when the resource was brought into existence.
static DateType PUBLICATION
          Date identifies when the resource was issued.
static DateType REVISION
          Date identifies when the resource was examined or re-examined and improved or amended.
 
Constructor Summary
DateType(String name)
          Constructs an enum with the given name.
 
Method Summary
 DateType[] family()
          Returns the list of enumerations of the same kind than this enum.
static DateType[] values()
          Returns the list of DateTypes.
 
Methods inherited from class CodeList
compareTo, name, ordinal, readResolve, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATION

@UML(identifier="creation",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final DateType CREATION
Date identifies when the resource was brought into existence.


PUBLICATION

@UML(identifier="publication",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final DateType PUBLICATION
Date identifies when the resource was issued.


REVISION

@UML(identifier="revision",
     obligation=CONDITIONAL,
     specification=ISO_19115)
public static final DateType REVISION
Date identifies when the resource was examined or re-examined and improved or amended.

Constructor Detail

DateType

public DateType(String name)
Constructs an enum with the given name. The new enum is automatically added to the list returned by values().

Parameters:
name - The enum name. This name must not be in use by an other enum of this type.
Method Detail

values

public static DateType[] values()
Returns the list of DateTypes.


family

public DateType[] family()
Returns the list of enumerations of the same kind than this enum.

Specified by:
family in class CodeList<DateType>

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium