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