public enum Geo extends Enum<Geo> implements DefinitionList
bundle| Modifier and Type | Method and Description |
|---|---|
Boolean |
isMultiValued() |
static Geo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Geo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetDescription, getMap, getMap, getName, getResourceKey, messageKey, namepublic static final Geo latitude
public static final Geo longitude
public static Geo[] values()
for (Geo c : Geo.values()) System.out.println(c);
public static Geo 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 Boolean isMultiValued()
isMultiValued in interface DefinitionListCopyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.