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