public enum XPFTaxTransactionTypeEnum extends Enum<XPFTaxTransactionTypeEnum>
Enum Constant and Description |
---|
ORDER
Order.
|
ORDER_CANCEL
Order cancel.
|
ORDER_CHANGE
Order change.
|
RETURN
Return.
|
RETURN_CANCEL
Return cancel.
|
RETURN_CHANGE
Return change.
|
Modifier and Type | Method and Description |
---|---|
static XPFTaxTransactionTypeEnum |
fromDataValue(String name)
Gets tax object type by data value.
|
String |
getDataValue()
Gets data value.
|
static XPFTaxTransactionTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XPFTaxTransactionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XPFTaxTransactionTypeEnum ORDER
public static final XPFTaxTransactionTypeEnum ORDER_CANCEL
public static final XPFTaxTransactionTypeEnum ORDER_CHANGE
public static final XPFTaxTransactionTypeEnum RETURN
public static final XPFTaxTransactionTypeEnum RETURN_CANCEL
public static final XPFTaxTransactionTypeEnum RETURN_CHANGE
private final String dataValue
public static XPFTaxTransactionTypeEnum[] values()
for (XPFTaxTransactionTypeEnum c : XPFTaxTransactionTypeEnum.values()) System.out.println(c);
public static XPFTaxTransactionTypeEnum 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 getDataValue()
public static XPFTaxTransactionTypeEnum fromDataValue(String name)
name
- the String representation of the enumeration elementCopyright © 2023. All rights reserved.