public enum WithdrawState extends Enum<WithdrawState>
| Enum Constant and Description |
|---|
CANCELED |
CONFIRMED |
CONFIRMERROR |
PASS |
PRETRANSFER |
REEXAMINE |
REJECT |
REPEALED |
SUBMITTED |
WALEETREJECT |
WALLETTRANSFER |
| Modifier and Type | Method and Description |
|---|---|
static WithdrawState |
lookup(String name) |
String |
toString() |
static WithdrawState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WithdrawState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WithdrawState SUBMITTED
public static final WithdrawState REEXAMINE
public static final WithdrawState CANCELED
public static final WithdrawState PASS
public static final WithdrawState REJECT
public static final WithdrawState PRETRANSFER
public static final WithdrawState WALLETTRANSFER
public static final WithdrawState WALEETREJECT
public static final WithdrawState CONFIRMED
public static final WithdrawState CONFIRMERROR
public static final WithdrawState REPEALED
public static WithdrawState[] values()
for (WithdrawState c : WithdrawState.values()) System.out.println(c);
public static WithdrawState 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 toString()
toString in class Enum<WithdrawState>public static WithdrawState lookup(String name)
Copyright © 2021. All rights reserved.