public static enum ProductItem.EnumWaComplianceCategory extends Enum<ProductItem.EnumWaComplianceCategory>
| Enum Constant and Description |
|---|
VALUE_COUNTRY_ORIGIN_EXEMPT |
VALUE_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductItem.EnumWaComplianceCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductItem.EnumWaComplianceCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="COUNTRY_ORIGIN_EXEMPT") public static final ProductItem.EnumWaComplianceCategory VALUE_COUNTRY_ORIGIN_EXEMPT
@SerializedName(value="DEFAULT") public static final ProductItem.EnumWaComplianceCategory VALUE_DEFAULT
public static ProductItem.EnumWaComplianceCategory[] values()
for (ProductItem.EnumWaComplianceCategory c : ProductItem.EnumWaComplianceCategory.values()) System.out.println(c);
public static ProductItem.EnumWaComplianceCategory 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<ProductItem.EnumWaComplianceCategory>Copyright © 2024. All rights reserved.