@UML(identifier="MD_ProgressCode", specification=ISO_19115) public final class Progress extends CodeList<Progress>
Modifier and Type | Field and Description |
---|---|
static Progress |
COMPLETED
Production of the data has been completed.
|
static Progress |
HISTORICAL_ARCHIVE
Data has been stored in an offline storage facility
|
static Progress |
OBSOLETE
Data is no longer relevant.
|
static Progress |
ON_GOING
Data is continually being updated.
|
static Progress |
PLANNED
Fixed date has been established upon or by which the data will be created or updated.
|
static Progress |
REQUIRED
Data needs to be generated or updated.
|
static Progress |
UNDER_DEVELOPMENT
Data is currently in the process of being created.
|
Modifier and Type | Method and Description |
---|---|
Progress[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static Progress |
valueOf(String code)
Returns the progress that matches the given string, or returns a new one if none match it.
|
static Progress[] |
values()
Returns the list of
Progress s. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf
@UML(identifier="completed", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress COMPLETED
@UML(identifier="historicalArchive", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress HISTORICAL_ARCHIVE
@UML(identifier="obsolete", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress OBSOLETE
@UML(identifier="onGoing", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress ON_GOING
@UML(identifier="planned", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress PLANNED
@UML(identifier="required", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress REQUIRED
@UML(identifier="underDevelopment", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress UNDER_DEVELOPMENT
Copyright © 1996–2019 Geotools. All rights reserved.