public enum ContactmethodType extends Enum<ContactmethodType>
ContactmethodType defines a view of the types for contact methods that are used
for contact.| Enum Constant and Description |
|---|
EMAIL
The constant for the contact method email.
|
FAX
The constant for the contact method fax.
|
INTERNET
The constant for the contact method internet.
|
MAIL
The constant for the contact method mail.
|
MESSENGER
The constant for the contact method messenger.
|
MOBILE
The constant for the contact method mobile.
|
NEWSGROUP
The constant for the contact method newsgroup.
|
SMS
The constant for the contact method sms.
|
TELEFON
The constant for the contact method telefon.
|
| Modifier and Type | Method and Description |
|---|---|
static ContactmethodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactmethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactmethodType EMAIL
public static final ContactmethodType MAIL
public static final ContactmethodType TELEFON
public static final ContactmethodType FAX
public static final ContactmethodType MOBILE
public static final ContactmethodType SMS
public static final ContactmethodType MESSENGER
public static final ContactmethodType INTERNET
public static final ContactmethodType NEWSGROUP
public static ContactmethodType[] values()
for (ContactmethodType c : ContactmethodType.values()) System.out.println(c);
public static ContactmethodType 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 nullCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.