public enum CountryInfo extends Enum<CountryInfo> implements DefinitionList
Enum Constant and Description |
---|
extensive |
history |
situation |
summary |
bundle
Modifier and Type | Method and Description |
---|---|
Boolean |
isMultiValued() |
static CountryInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CountryInfo[] |
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, valueOf
getDescription, getMap, getMap, getName, getResourceKey, messageKey, name
public static final CountryInfo history
public static final CountryInfo situation
public static final CountryInfo summary
public static final CountryInfo extensive
public static CountryInfo[] values()
for (CountryInfo c : CountryInfo.values()) System.out.println(c);
public static CountryInfo 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 DefinitionList
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.