|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<ObjectiveType>
ObjectiveType
@UML(identifier="MI_ObjectiveTypeCode",
specification=ISO_19115_2)
public final class ObjectiveTypeTemporal persistence of collection objective.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class CodeList |
|---|
CodeList.Filter |
| Field Summary | |
|---|---|
static ObjectiveType |
INSTANTANEOUS_COLLECTION
Single instance of collection. |
static ObjectiveType |
PERSISTENT_VIEW
Multiple instances of collection. |
static ObjectiveType |
SURVEY
Collection over specified domain. |
| Method Summary | |
|---|---|
ObjectiveType[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static ObjectiveType |
valueOf(String code)
Returns the objective type that matches the given string, or returns a new one if none match it. |
static ObjectiveType[] |
values()
Returns the list of ObjectiveTypes. |
| 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="instantaneousCollection",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final ObjectiveType INSTANTANEOUS_COLLECTION
@UML(identifier="persistentView",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final ObjectiveType PERSISTENT_VIEW
@UML(identifier="survey",
obligation=CONDITIONAL,
specification=ISO_19115_2)
public static final ObjectiveType SURVEY
| Method Detail |
|---|
public static ObjectiveType[] values()
ObjectiveTypes.
public ObjectiveType[] family()
family in class CodeList<ObjectiveType>public static ObjectiveType 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 | |||||||||