public static enum Payment.PaymentTypeEnum extends Enum<Payment.PaymentTypeEnum>
| Enum Constant and Description |
|---|
ACCPAYPAYMENT |
ACCRECPAYMENT |
APCREDITPAYMENT |
APOVERPAYMENTPAYMENT |
APPREPAYMENTPAYMENT |
ARCREDITPAYMENT |
AROVERPAYMENTPAYMENT |
ARPREPAYMENTPAYMENT |
| Modifier and Type | Method and Description |
|---|---|
static Payment.PaymentTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static Payment.PaymentTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Payment.PaymentTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Payment.PaymentTypeEnum ACCRECPAYMENT
public static final Payment.PaymentTypeEnum ACCPAYPAYMENT
public static final Payment.PaymentTypeEnum ARCREDITPAYMENT
public static final Payment.PaymentTypeEnum APCREDITPAYMENT
public static final Payment.PaymentTypeEnum AROVERPAYMENTPAYMENT
public static final Payment.PaymentTypeEnum ARPREPAYMENTPAYMENT
public static final Payment.PaymentTypeEnum APPREPAYMENTPAYMENT
public static final Payment.PaymentTypeEnum APOVERPAYMENTPAYMENT
public static Payment.PaymentTypeEnum[] values()
for (Payment.PaymentTypeEnum c : Payment.PaymentTypeEnum.values()) System.out.println(c);
public static Payment.PaymentTypeEnum 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<Payment.PaymentTypeEnum>public static Payment.PaymentTypeEnum fromValue(String text)
Copyright © 2018. All rights reserved.