@UML(identifier="CI_DateTypeCode", specification=ISO_19115) public final class DateType extends CodeList<DateType>
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DateType[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static DateType |
valueOf(String code)
Returns the date type that matches the given string, or returns a new one if none match it.
|
static DateType[] |
values()
Returns the list of
DateType s. |
@UML(identifier="creation", obligation=CONDITIONAL, specification=ISO_19115) public static final DateType CREATION
@UML(identifier="publication", obligation=CONDITIONAL, specification=ISO_19115) public static final DateType PUBLICATION
@UML(identifier="revision", obligation=CONDITIONAL, specification=ISO_19115) public static final DateType REVISION
Copyright © 1996–2023 Geotools. All rights reserved.