public static enum ProductDetailsPanel.ThisUIOperation extends Enum<ProductDetailsPanel.ThisUIOperation> implements FlowStatus
| Enum Constant and Description |
|---|
CLONE_ENTITY |
CONVERT_TO_CAT |
DELETE_HIERARHCY |
| Modifier and Type | Method and Description |
|---|---|
static ProductDetailsPanel.ThisUIOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductDetailsPanel.ThisUIOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfname, ordinalpublic static final ProductDetailsPanel.ThisUIOperation DELETE_HIERARHCY
public static final ProductDetailsPanel.ThisUIOperation CONVERT_TO_CAT
public static final ProductDetailsPanel.ThisUIOperation CLONE_ENTITY
public static ProductDetailsPanel.ThisUIOperation[] values()
for (ProductDetailsPanel.ThisUIOperation c : ProductDetailsPanel.ThisUIOperation.values()) System.out.println(c);
public static ProductDetailsPanel.ThisUIOperation 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 © 2018. All rights reserved.