public enum ProductDataConstants extends java.lang.Enum<ProductDataConstants>
ProductListDecorator
Enum Constant and Description |
---|
CATEGORY |
DESCRIPTION |
ID |
PRICE |
SKU |
TAGS |
THUMB_PATH |
TITLE |
URL |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static ProductDataConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProductDataConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductDataConstants ID
public static final ProductDataConstants SKU
public static final ProductDataConstants PRICE
public static final ProductDataConstants TITLE
public static final ProductDataConstants DESCRIPTION
public static final ProductDataConstants URL
public static final ProductDataConstants TAGS
public static final ProductDataConstants CATEGORY
public static final ProductDataConstants THUMB_PATH
public static ProductDataConstants[] values()
for (ProductDataConstants c : ProductDataConstants.values()) System.out.println(c);
public static ProductDataConstants valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<ProductDataConstants>
Copyright © 2010 - 2020 Adobe. All Rights Reserved