public enum XPFOrderHoldStatusEnum extends Enum<XPFOrderHoldStatusEnum>
Enum Constant and Description |
---|
ACTIVE
Represents the active status of order hold.
|
RESOLVE_PENDING
Represents the resolve pending status of order hold.
|
RESOLVED
Represents the resolved status of order hold.
|
UNRESOLVABLE
Represents the unresolvable status of order hold.
|
UNRESOLVABLE_PENDING
Represents the unresolvable pending status of order hold.
|
Modifier and Type | Method and Description |
---|---|
static XPFOrderHoldStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XPFOrderHoldStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XPFOrderHoldStatusEnum ACTIVE
public static final XPFOrderHoldStatusEnum RESOLVED
public static final XPFOrderHoldStatusEnum UNRESOLVABLE
public static final XPFOrderHoldStatusEnum RESOLVE_PENDING
public static final XPFOrderHoldStatusEnum UNRESOLVABLE_PENDING
public static XPFOrderHoldStatusEnum[] values()
for (XPFOrderHoldStatusEnum c : XPFOrderHoldStatusEnum.values()) System.out.println(c);
public static XPFOrderHoldStatusEnum 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 nullCopyright © 2025. All rights reserved.