org.opengis.metadata.identification
Class Progress
- java.lang.Object
-
- org.opengis.util.CodeList<Progress>
-
- org.opengis.metadata.identification.Progress
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Progress>
@UML(identifier="MD_ProgressCode", specification=ISO_19115) public final class Progress extends CodeList<Progress>
Status of the dataset or progress of a review.- Since:
- GeoAPI 2.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static ProgressCOMPLETEDProduction of the data has been completed.static ProgressHISTORICAL_ARCHIVEData has been stored in an offline storage facilitystatic ProgressOBSOLETEData is no longer relevant.static ProgressON_GOINGData is continually being updated.static ProgressPLANNEDFixed date has been established upon or by which the data will be created or updated.static ProgressREQUIREDData needs to be generated or updated.static ProgressUNDER_DEVELOPMENTData is currently in the process of being created.
-
Constructor Summary
Constructors Constructor and Description Progress(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 Progress[]values()Returns the list ofProgresss.
-
-
-
Field Detail
-
COMPLETED
@UML(identifier="completed", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress COMPLETED
Production of the data has been completed.
-
HISTORICAL_ARCHIVE
@UML(identifier="historicalArchive", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress HISTORICAL_ARCHIVE
Data has been stored in an offline storage facility
-
OBSOLETE
@UML(identifier="obsolete", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress OBSOLETE
Data is no longer relevant.
-
ON_GOING
@UML(identifier="onGoing", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress ON_GOING
Data is continually being updated.
-
PLANNED
@UML(identifier="planned", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress PLANNED
Fixed date has been established upon or by which the data will be created or updated.
-
REQUIRED
@UML(identifier="required", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress REQUIRED
Data needs to be generated or updated.
-
UNDER_DEVELOPMENT
@UML(identifier="underdevelopment", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress UNDER_DEVELOPMENT
Data is currently in the process of being created.
-
-
Constructor Detail
-
Progress
public Progress(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