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