- All Implemented Interfaces:
Serializable
,Comparable<AssociationType>
@UML(identifier="DS_AssociationTypeCode",
specification=ISO_19115)
public final class AssociationType
extends CodeList<AssociationType>
Justification for the correlation of two datasets.
- Since:
- 2.1
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class CodeList
CodeList.Filter
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AssociationType
Reference from one dataset to another.static final AssociationType
Reference to a master dataset of which this one is a part.static final AssociationType
Part of same structured set of data held in a computer.static final AssociationType
Mapping and charting information from which the dataset content originates.static final AssociationType
Part of a set of imagery that when used together, provides three-dimensional images. -
Method Summary
Modifier and TypeMethodDescriptionfamily()
Returns the list of enumerations of the same kind as this enum.static AssociationType
Returns the association type that matches the given string, or returns a new one if none match it.static AssociationType[]
values()
Returns the list ofAssociationType
s.
-
Field Details
-
CROSS_REFERENCE
@UML(identifier="crossReference", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType CROSS_REFERENCEReference from one dataset to another. -
LARGER_WORD_CITATION
@UML(identifier="largerWorkCitation", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType LARGER_WORD_CITATIONReference to a master dataset of which this one is a part. -
PART_OF_SEAMLESS_DATABASE
@UML(identifier="partOfSeamlessDatabase", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType PART_OF_SEAMLESS_DATABASEPart of same structured set of data held in a computer. -
SOURCE
@UML(identifier="source", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType SOURCEMapping and charting information from which the dataset content originates. -
STEREO_MATE
@UML(identifier="stereoMate", obligation=CONDITIONAL, specification=ISO_19115) public static final AssociationType STEREO_MATEPart of a set of imagery that when used together, provides three-dimensional images.
-
-
Method Details
-
values
Returns the list ofAssociationType
s.- Returns:
- The list of codes declared in the current JVM.
-
family
Returns the list of enumerations of the same kind as this enum.- Specified by:
family
in classCodeList<AssociationType>
- Returns:
- The codes of the same kind as this code.
-
valueOf
Returns the association 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.
-