public enum PKPassPersonalizationField extends Enum<PKPassPersonalizationField>
| Enum Constant and Description |
|---|
PKPassPersonalizationFieldEmailAddress |
PKPassPersonalizationFieldName |
PKPassPersonalizationFieldPhoneNumber |
PKPassPersonalizationFieldPostalCode |
| Modifier and Type | Method and Description |
|---|---|
static PKPassPersonalizationField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PKPassPersonalizationField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PKPassPersonalizationField PKPassPersonalizationFieldName
public static final PKPassPersonalizationField PKPassPersonalizationFieldPostalCode
public static final PKPassPersonalizationField PKPassPersonalizationFieldEmailAddress
public static final PKPassPersonalizationField PKPassPersonalizationFieldPhoneNumber
public static PKPassPersonalizationField[] values()
for (PKPassPersonalizationField c : PKPassPersonalizationField.values()) System.out.println(c);
public static PKPassPersonalizationField 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 © 2012–2022. All rights reserved.