|
||||||||||
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 KeywordType
Methods used to group similar keywords.
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 | |
---|---|
CodeList[] |
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 KeywordType s. |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve, toString |
Methods inherited from class Object |
---|
clone, equals, 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()
KeywordType
s.
public CodeList[] family()
family
in class CodeList<KeywordType>
public static KeywordType valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |