public static enum Invoice.LinkedOrder.OrderType extends Enum<Invoice.LinkedOrder.OrderType>
Enum Constant and Description |
---|
_UNKNOWN |
MANUAL |
SYSTEM_GENERATED |
Modifier and Type | Method and Description |
---|---|
static Invoice.LinkedOrder.OrderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invoice.LinkedOrder.OrderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Invoice.LinkedOrder.OrderType MANUAL
public static final Invoice.LinkedOrder.OrderType SYSTEM_GENERATED
public static final Invoice.LinkedOrder.OrderType _UNKNOWN
public static Invoice.LinkedOrder.OrderType[] values()
for (Invoice.LinkedOrder.OrderType c : Invoice.LinkedOrder.OrderType.values()) System.out.println(c);
public static Invoice.LinkedOrder.OrderType 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 © 2023 ChargeBee. All rights reserved.