org.opengis.metadata.citation
Class DateType
- java.lang.Object
-
- org.opengis.util.CodeList<DateType>
-
- org.opengis.metadata.citation.DateType
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.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
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static DateTypeCREATIONDate identifies when the resource was brought into existence.static DateTypePUBLICATIONDate identifies when the resource was issued.static DateTypeREVISIONDate identifies when the resource was examined or re-examined and improved or amended.
-
Constructor Summary
Constructors Constructor and Description DateType(java.lang.String name)Constructs an enum with the given name.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description CodeList[]family()Returns the list of enumerations of the same kind than this enum.static DateType[]values()Returns the list ofDateTypes.
-
-
-
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(java.lang.String name)
Constructs an enum with the given name. The new enum is automatically added to the list returned byvalues().- Parameters:
name- The enum name. This name must not be in use by an other enum of this type.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG