public static enum CommerceOrder.EnumState extends Enum<CommerceOrder.EnumState>
| Enum Constant and Description |
|---|
VALUE_COMPLETED |
VALUE_CREATED |
VALUE_FB_PROCESSING |
VALUE_IN_PROGRESS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CommerceOrder.EnumState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommerceOrder.EnumState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommerceOrder.EnumState VALUE_COMPLETED
public static final CommerceOrder.EnumState VALUE_CREATED
public static final CommerceOrder.EnumState VALUE_FB_PROCESSING
public static final CommerceOrder.EnumState VALUE_IN_PROGRESS
public static CommerceOrder.EnumState[] values()
for (CommerceOrder.EnumState c : CommerceOrder.EnumState.values()) System.out.println(c);
public static CommerceOrder.EnumState 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<CommerceOrder.EnumState>Copyright © 2020. All rights reserved.