public enum PageType extends Enum<PageType>
| Enum Constant and Description |
|---|
CART
Generated enum value for
PageType.Cart value defined at extension acceleratorservices. |
CATEGORY
Generated enum value for
PageType.Category value defined at extension acceleratorservices. |
ORDERCONFIRMATION
Generated enum value for
PageType.OrderConfirmation value defined at extension acceleratorservices. |
PRODUCT
Generated enum value for
PageType.Product value defined at extension acceleratorservices. |
PRODUCTSEARCH
Generated enum value for
PageType.ProductSearch value defined at extension acceleratorservices. |
| Modifier and Type | Method and Description |
|---|---|
static PageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageType PRODUCTSEARCH
PageType.ProductSearch value defined at extension acceleratorservices.public static final PageType CATEGORY
PageType.Category value defined at extension acceleratorservices.public static final PageType PRODUCT
PageType.Product value defined at extension acceleratorservices.public static final PageType CART
PageType.Cart value defined at extension acceleratorservices.public static final PageType ORDERCONFIRMATION
PageType.OrderConfirmation value defined at extension acceleratorservices.public static PageType[] values()
for (PageType c : PageType.values()) System.out.println(c);
public static PageType 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 nullCopyright © 2017 SAP SE. All Rights Reserved.