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