public enum SourceDataProviderId extends Enum<SourceDataProviderId>
| Enum Constant and Description |
|---|
PAY_ORDER_FAIL_BY_ID |
PAY_ORDER_OK_BY_ID |
PAY_ORDER_WAIT_BY_CREATETIME |
PAY_ORDER_WAIT_BY_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
void |
setValue(String value) |
static SourceDataProviderId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceDataProviderId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceDataProviderId PAY_ORDER_FAIL_BY_ID
public static final SourceDataProviderId PAY_ORDER_OK_BY_ID
public static final SourceDataProviderId PAY_ORDER_WAIT_BY_ID
public static final SourceDataProviderId PAY_ORDER_WAIT_BY_CREATETIME
public static SourceDataProviderId[] values()
for (SourceDataProviderId c : SourceDataProviderId.values()) System.out.println(c);
public static SourceDataProviderId 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 void setValue(String value)
value - the value to setCopyright © 2016. All rights reserved.