public static enum ReconfigureStep.DeviceAction extends Enum<ReconfigureStep.DeviceAction>
Modifier and Type | Method and Description |
---|---|
String |
__toString() |
String |
getLabel() |
static ReconfigureStep.DeviceAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReconfigureStep.DeviceAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReconfigureStep.DeviceAction ADD
public static final ReconfigureStep.DeviceAction EDIT
public static final ReconfigureStep.DeviceAction REMOVE
public static ReconfigureStep.DeviceAction[] values()
for (ReconfigureStep.DeviceAction c : ReconfigureStep.DeviceAction.values()) System.out.println(c);
public static ReconfigureStep.DeviceAction 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 String getLabel()
public String __toString()
Copyright © 2016–2022. All rights reserved.