@UML(identifier="MI_ObjectiveTypeCode", specification=ISO_19115_2) public final class ObjectiveType extends CodeList<ObjectiveType>
CodeList.Filter| Modifier and Type | Field and Description |
|---|---|
static ObjectiveType |
INSTANTANEOUS_COLLECTION
Single instance of collection.
|
static ObjectiveType |
PERSISTENT_VIEW
Multiple instances of collection.
|
static ObjectiveType |
SURVEY
Collection over specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
@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
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.Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.