public static enum CardAccountDetails.Usage extends Enum<CardAccountDetails.Usage>
| Modifier and Type | Method and Description |
|---|---|
static CardAccountDetails.Usage |
fromValue(String value) |
String |
toString() |
static CardAccountDetails.Usage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardAccountDetails.Usage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CardAccountDetails.Usage PRIV
public static final CardAccountDetails.Usage ORGA
public static CardAccountDetails.Usage[] values()
for (CardAccountDetails.Usage c : CardAccountDetails.Usage.values()) System.out.println(c);
public static CardAccountDetails.Usage 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 static CardAccountDetails.Usage fromValue(String value)
public String toString()
toString in class Enum<CardAccountDetails.Usage>Copyright © 2021. All rights reserved.