public static enum FinishPaneController.Option extends Enum<FinishPaneController.Option>
| Enum Constant and Description |
|---|
CLOSE_WIZARD |
OPEN_FOR_EDIT |
RESTART_WIZARD |
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static FinishPaneController.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FinishPaneController.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FinishPaneController.Option OPEN_FOR_EDIT
public static final FinishPaneController.Option RESTART_WIZARD
public static final FinishPaneController.Option CLOSE_WIZARD
public static FinishPaneController.Option[] values()
for (FinishPaneController.Option c : FinishPaneController.Option.values()) System.out.println(c);
public static FinishPaneController.Option 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 int value()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-ADMIN
|
[sap.com] tc/ep/admin/wd/api
|
api
|
EP-PIN
|
Copyright 2021 SAP SE Complete Copyright Notice