Class Progress
- All Implemented Interfaces:
Serializable
,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:
- 2.0
- Version:
- 3.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opengis.util.CodeList
CodeList.Filter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Progress
Production of the data has been completed.static final Progress
Data has been stored in an offline storage facilitystatic final Progress
Data is no longer relevant.static final Progress
Data is continually being updated.static final Progress
Fixed date has been established upon or by which the data will be created or updated.static final Progress
Data needs to be generated or updated.private static final long
Serial number for compatibility with different versions.static final Progress
Data is currently in the process of being created.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
List of all enumerations of this type. Must be declared before any enum declaration. -
COMPLETED
@UML(identifier="completed", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress COMPLETEDProduction of the data has been completed. -
HISTORICAL_ARCHIVE
@UML(identifier="historicalArchive", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress HISTORICAL_ARCHIVEData has been stored in an offline storage facility -
OBSOLETE
@UML(identifier="obsolete", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress OBSOLETEData is no longer relevant. -
ON_GOING
@UML(identifier="onGoing", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress ON_GOINGData is continually being updated. -
PLANNED
@UML(identifier="planned", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress PLANNEDFixed 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 REQUIREDData needs to be generated or updated. -
UNDER_DEVELOPMENT
@UML(identifier="underDevelopment", obligation=CONDITIONAL, specification=ISO_19115) public static final Progress UNDER_DEVELOPMENTData is currently in the process of being created.
-
-
Constructor Details
-
Progress
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.
-
-
Method Details
-
values
Returns the list ofProgress
s.- Returns:
- The list of codes declared in the current JVM.
-
family
Returns the list of enumerations of the same kind than this enum. -
valueOf
Returns the progress that matches the given string, or returns a new one if none match it.- Parameters:
code
- The name of the code to fetch or to create.- Returns:
- A code matching the given name.
-