|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<KeywordType>
KeywordType
@UML(identifier="MD_KeywordTypeCode",
specification=ISO_19115)
public final class KeywordTypeMethods used to group similar keywords.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class CodeList |
|---|
CodeList.Filter |
| Field Summary | |
|---|---|
static KeywordType |
DISCIPLINE
Keyword identifies a branch of instruction or specialized learning. |
static KeywordType |
PLACE
Keyword identifies a location. |
static KeywordType |
STRATUM
Keyword identifies the layer(s) of any deposited substance. |
static KeywordType |
TEMPORAL
Keyword identifies a time period related to the dataset. |
static KeywordType |
THEME
Keyword identifies a particular subject or topic. |
| Method Summary | |
|---|---|
KeywordType[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static KeywordType |
valueOf(String code)
Returns the KeywordType that matches the given string, or returns a new one if none match it. |
static KeywordType[] |
values()
Returns the list of KeywordTypes. |
| 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="discipline",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final KeywordType DISCIPLINE
@UML(identifier="place",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final KeywordType PLACE
@UML(identifier="stratum",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final KeywordType STRATUM
@UML(identifier="temporal",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final KeywordType TEMPORAL
@UML(identifier="theme",
obligation=CONDITIONAL,
specification=ISO_19115)
public static final KeywordType THEME
| Method Detail |
|---|
public static KeywordType[] values()
KeywordTypes.
public KeywordType[] family()
family in class CodeList<KeywordType>public static KeywordType 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 | |||||||||