public static enum PricingItemsPanel.Context extends Enum<PricingItemsPanel.Context>
| Modifier and Type | Method and Description |
|---|---|
static PricingItemsPanel.Context |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PricingItemsPanel.Context[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PricingItemsPanel.Context PRODUCT
public static final PricingItemsPanel.Context ORDER
public static final PricingItemsPanel.Context INVOICE
public static final PricingItemsPanel.Context VIEW_ONLY
public static PricingItemsPanel.Context[] values()
for (PricingItemsPanel.Context c : PricingItemsPanel.Context.values()) System.out.println(c);
public static PricingItemsPanel.Context 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 © 2020. All rights reserved.