public enum SweeperActions extends Enum<SweeperActions> implements Serializable
Enum Constant and Description |
---|
APPLY_GHN_DELETE |
APPLY_GHN_MOVE_TO_UNREACHABLE |
APPLY_RI_DELETE |
GET_GHN_DELETE |
GET_GHN_MOVE_TO_UNREACHABLE |
GET_RI_DELETE |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getOperationDescription() |
String |
getTooltip() |
static SweeperActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SweeperActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SweeperActions GET_GHN_MOVE_TO_UNREACHABLE
public static final SweeperActions GET_GHN_DELETE
public static final SweeperActions GET_RI_DELETE
public static final SweeperActions APPLY_GHN_MOVE_TO_UNREACHABLE
public static final SweeperActions APPLY_GHN_DELETE
public static final SweeperActions APPLY_RI_DELETE
public static SweeperActions[] values()
for (SweeperActions c : SweeperActions.values()) System.out.println(c);
public static SweeperActions 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 getTooltip()
public String getLabel()
public String getOperationDescription()
Copyright © 2017. All Rights Reserved.