public static enum Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum extends Enum<Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum.Adapter |
| Enum Constant and Description |
|---|
DRIVERLICENSE |
SSN |
| Modifier and Type | Method and Description |
|---|---|
static Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum SSN
public static final Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum DRIVERLICENSE
public static Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum[] values()
for (Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum c : Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum.values()) System.out.println(c);
public static Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum 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 String toString()
toString in class Enum<Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum>public static Ptsv2paymentsBuyerInformationPersonalIdentification.TypeEnum fromValue(String text)
Copyright © 2018. All rights reserved.