public enum ContactInfo extends Enum<ContactInfo> implements DefinitionList
Enum Constant and Description |
---|
contactPerson |
countryCode |
email |
fax |
firstdem |
municipality |
postalCode |
street |
telephone |
webpage |
bundle
Modifier and Type | Method and Description |
---|---|
Boolean |
isMultiValued() |
static ContactInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactInfo[] |
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 ContactInfo contactPerson
public static final ContactInfo street
public static final ContactInfo municipality
public static final ContactInfo firstdem
public static final ContactInfo countryCode
public static final ContactInfo postalCode
public static final ContactInfo email
public static final ContactInfo telephone
public static final ContactInfo fax
public static final ContactInfo webpage
public static ContactInfo[] values()
for (ContactInfo c : ContactInfo.values()) System.out.println(c);
public static ContactInfo 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.