public enum KeywordType extends Enum<KeywordType>
| Enum Constant and Description |
|---|
DISCIPLINE |
PLACE |
STRATUM |
TEMPORAL |
THEME |
| Modifier and Type | Method and Description |
|---|---|
static KeywordType |
getById(String id) |
static KeywordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeywordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeywordType DISCIPLINE
public static final KeywordType PLACE
public static final KeywordType STRATUM
public static final KeywordType TEMPORAL
public static final KeywordType THEME
public static KeywordType[] values()
for (KeywordType c : KeywordType.values()) System.out.println(c);
public static KeywordType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static KeywordType getById(String id)
Copyright © 2019. All Rights Reserved.