|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<Progress>
Progress
@UML(identifier="MD_ProgressCode",
specification=ISO_19115)
public final class ProgressStatus of the dataset or progress of a review.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
CodeList[] |
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 Progresss. |
| Methods inherited from class CodeList |
|---|
compareTo, name, ordinal, readResolve, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@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
| Method Detail |
|---|
public static Progress[] values()
Progresss.
public CodeList[] family()
family in class CodeList<Progress>public static Progress valueOf(String code)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||