|
||||||||||
| 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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class CodeList |
|---|
CodeList.Filter |
| 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 | |
|---|---|
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 Progresss. |
| Methods inherited from class CodeList |
|---|
compareTo, equals, identifier, name, names, ordinal, readResolve, toString, valueOf, valueOf |
| Methods inherited from class Object |
|---|
clone, 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 Progress[] family()
family in class CodeList<Progress>public static Progress valueOf(String code)
code - The name of the code to fetch or to create.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||