public static enum ProductCatalogPricingVariablesBatch.EnumStandard extends Enum<ProductCatalogPricingVariablesBatch.EnumStandard>
| Enum Constant and Description |
|---|
NULL |
VALUE_GOOGLE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductCatalogPricingVariablesBatch.EnumStandard |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCatalogPricingVariablesBatch.EnumStandard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductCatalogPricingVariablesBatch.EnumStandard VALUE_GOOGLE
public static final ProductCatalogPricingVariablesBatch.EnumStandard NULL
public static ProductCatalogPricingVariablesBatch.EnumStandard[] values()
for (ProductCatalogPricingVariablesBatch.EnumStandard c : ProductCatalogPricingVariablesBatch.EnumStandard.values()) System.out.println(c);
public static ProductCatalogPricingVariablesBatch.EnumStandard 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<ProductCatalogPricingVariablesBatch.EnumStandard>Copyright © 2017. All rights reserved.