public enum MobileRecipientCodeType extends Enum<MobileRecipientCodeType>
| Enum Constant and Description |
|---|
EMAILADDRESS |
PHONENUMBER |
| Modifier and Type | Method and Description |
|---|---|
static MobileRecipientCodeType |
fromValue(String v) |
String |
getValue() |
static MobileRecipientCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobileRecipientCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobileRecipientCodeType PHONENUMBER
public static final MobileRecipientCodeType EMAILADDRESS
public static MobileRecipientCodeType[] values()
for (MobileRecipientCodeType c : MobileRecipientCodeType.values()) System.out.println(c);
public static MobileRecipientCodeType 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 String getValue()
public static MobileRecipientCodeType fromValue(String v)
Copyright © 2017. All Rights Reserved.