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