|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<AssociationType>
AssociationType
@UML(identifier="DS_AssociationTypeCode",
specification=ISO_19115)
public final class AssociationTypeJustification for the correlation of two datasets.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class CodeList |
|---|
CodeList.Filter |
| Field Summary | |
|---|---|
static AssociationType |
CROSS_REFERENCE
Reference from one dataset to another. |
static AssociationType |
LARGER_WORD_CITATION
Reference to a master dataset of which this one is a part. |
static AssociationType |
PART_OF_SEAMLESS_DATABASE
Part of same structured set of data held in a computer. |
static AssociationType |
SOURCE
Mapping and charting information from which the dataset content originates. |
static AssociationType |
STEREO_MATE
Part of a set of imagery that when used together, provides three-dimensional images. |
| Method Summary | |
|---|---|
AssociationType[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static AssociationType |
valueOf(String code)
Returns the association type that matches the given string, or returns a new one if none match it. |
static AssociationType[] |
values()
Returns the list of AssociationTypes. |
| 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="crossReference",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final AssociationType CROSS_REFERENCE
@UML(identifier="largerWorkCitation",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final AssociationType LARGER_WORD_CITATION
@UML(identifier="partOfSeamlessDatabase",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final AssociationType PART_OF_SEAMLESS_DATABASE
@UML(identifier="source",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final AssociationType SOURCE
@UML(identifier="stereoMate",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final AssociationType STEREO_MATE
| Method Detail |
|---|
public static AssociationType[] values()
AssociationTypes.
public AssociationType[] family()
family in class CodeList<AssociationType>public static AssociationType 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 | |||||||||