public enum FormatSettingField extends java.lang.Enum<FormatSettingField> implements ICRMLookupEnum
Enum Constant and Description |
---|
ID_NUMBER |
PASSPORT_NUMBER |
PHONE_NUMBER |
POSTAL_CODE |
PRODUCT_CODE |
REGISTRATION_NUMBER |
SOCIAL_SEC_NUMBER |
TAX_REF_NUMBER |
VAT_NUMBER |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static FormatSettingField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormatSettingField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormatSettingField POSTAL_CODE
public static final FormatSettingField PHONE_NUMBER
public static final FormatSettingField ID_NUMBER
public static final FormatSettingField PASSPORT_NUMBER
public static final FormatSettingField SOCIAL_SEC_NUMBER
public static final FormatSettingField REGISTRATION_NUMBER
public static final FormatSettingField VAT_NUMBER
public static final FormatSettingField TAX_REF_NUMBER
public static final FormatSettingField PRODUCT_CODE
public static FormatSettingField[] values()
for (FormatSettingField c : FormatSettingField.values()) System.out.println(c);
public static FormatSettingField valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum