Class DateType
- All Implemented Interfaces:
Serializable, Comparable<DateType>
@UML(identifier="CI_DateTypeCode",
specification=ISO_19115)
public final class DateType
extends CodeList<DateType>
Identification of when a given event occurred
- Since:
- 2.0
- Version:
- 3.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class CodeList
CodeList.Filter -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DateTypeDate identifies when the resource was brought into existence.static final DateTypeDate identifies when the resource was issued.static final DateTypeDate identifies when the resource was examined or re-examined and improved or amended.private static final longSerial number for compatibility with different versions.List of all enumerations of this type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial number for compatibility with different versions.- See Also:
-
VALUES
-
CREATION
@UML(identifier="creation", obligation=CONDITIONAL, specification=ISO_19115) public static final DateType CREATIONDate identifies when the resource was brought into existence. -
PUBLICATION
@UML(identifier="publication", obligation=CONDITIONAL, specification=ISO_19115) public static final DateType PUBLICATIONDate identifies when the resource was issued. -
REVISION
@UML(identifier="revision", obligation=CONDITIONAL, specification=ISO_19115) public static final DateType REVISIONDate identifies when the resource was examined or re-examined and improved or amended.
-
-
Constructor Details
-
DateType
-
-
Method Details
-
values
Returns the list ofDateTypes.- Returns:
- The list of codes declared in the current JVM.
-
family
-
valueOf
-