public enum Skos extends Enum<Skos> implements DefinitionList
bundle| Modifier and Type | Method and Description |
|---|---|
Boolean |
isMultiValued() |
static Skos |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Skos[] |
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 Skos[] values()
for (Skos c : Skos.values()) System.out.println(c);
public static Skos 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.