Enum InputValueAction
- All Implemented Interfaces:
Serializable,Comparable<InputValueAction>,java.lang.constant.Constable
public enum InputValueAction extends Enum<InputValueAction>
- Author:
- Madhav Krishna
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description CHECKCHECK_ALLCOMMAND_KEYSDESELECTDESELECT_ALLMOUSE_CLICKMOUSE_DOUBLECLICKMOUSE_DRAG_DROPSELECTSELECT_ALLTYPEUNCHECKUNCHECK_ALL -
Method Summary
Modifier and Type Method Description StringgetAction()StringtoString()static InputValueActionvalueOf(String name)Returns the enum constant of this type with the specified name.static InputValueActionvalueOf2(String type)static InputValueAction[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TYPE
-
COMMAND_KEYS
-
MOUSE_CLICK
-
MOUSE_DOUBLECLICK
-
MOUSE_DRAG_DROP
-
CHECK
-
CHECK_ALL
-
UNCHECK
-
UNCHECK_ALL
-
SELECT
-
SELECT_ALL
-
DESELECT
-
DESELECT_ALL
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getAction
-
valueOf2
-
toString
- Overrides:
toStringin classEnum<InputValueAction>
-