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