Package org.opengis.metadata.acquisition
Class ObjectiveType
- All Implemented Interfaces:
Serializable,Comparable<ObjectiveType>
@UML(identifier="MI_ObjectiveTypeCode",
specification=ISO_19115_2)
public final class ObjectiveType
extends CodeList<ObjectiveType>
Temporal persistence of collection objective.
- Since:
- 2.3
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class CodeList
CodeList.Filter -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectiveTypeSingle instance of collection.static final ObjectiveTypeMultiple instances of collection.static final ObjectiveTypeCollection over specified domain. -
Method Summary
Modifier and TypeMethodDescriptionfamily()Returns the list of enumerations of the same kind than this enum.static ObjectiveTypeReturns the objective type that matches the given string, or returns a new one if none match it.static ObjectiveType[]values()Returns the list ofObjectiveTypes.
-
Field Details
-
INSTANTANEOUS_COLLECTION
@UML(identifier="instantaneousCollection", obligation=CONDITIONAL, specification=ISO_19115_2) public static final ObjectiveType INSTANTANEOUS_COLLECTIONSingle instance of collection. -
PERSISTENT_VIEW
@UML(identifier="persistentView", obligation=CONDITIONAL, specification=ISO_19115_2) public static final ObjectiveType PERSISTENT_VIEWMultiple instances of collection. -
SURVEY
@UML(identifier="survey", obligation=CONDITIONAL, specification=ISO_19115_2) public static final ObjectiveType SURVEYCollection over specified domain.
-
-
Method Details
-
values
Returns the list ofObjectiveTypes.- Returns:
- The list of codes declared in the current JVM.
-
family
Returns the list of enumerations of the same kind than this enum.- Specified by:
familyin classCodeList<ObjectiveType>- Returns:
- The codes of the same kind than this code.
-
valueOf
Returns the objective type 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.
-