Package com.microej.facer.model.enums
Class ActionTypes
- java.lang.Object
-
- com.microej.facer.model.enums.ActionTypes
-
public class ActionTypes extends java.lang.ObjectEnumerates action type values.
-
-
Field Summary
Fields Modifier and Type Field Description static intDECREMENT_VARIABLEDecrement variable action type.static intINCREMENT_VARIABLEIncrement variable action type.static intLAUNCH_APPLaunch app action type.static intLAUNCH_URLLaunch URL action type.static intNONENone action type.static intOPEN_THEME_PICKEROpen theme picker action type.static intRESET_STOPWATCHReset stopwatch action type.static intRESET_VARIABLEReset variable action type.static intSTART_STOP_STOPWATCHStart/stop stopwatch action type.static intTOGGLE_VARIABLEToggle variable action type.
-
-
-
Field Detail
-
NONE
public static final int NONE
None action type.- See Also:
- Constant Field Values
-
INCREMENT_VARIABLE
public static final int INCREMENT_VARIABLE
Increment variable action type.- See Also:
- Constant Field Values
-
DECREMENT_VARIABLE
public static final int DECREMENT_VARIABLE
Decrement variable action type.- See Also:
- Constant Field Values
-
TOGGLE_VARIABLE
public static final int TOGGLE_VARIABLE
Toggle variable action type.- See Also:
- Constant Field Values
-
RESET_VARIABLE
public static final int RESET_VARIABLE
Reset variable action type.- See Also:
- Constant Field Values
-
START_STOP_STOPWATCH
public static final int START_STOP_STOPWATCH
Start/stop stopwatch action type.- See Also:
- Constant Field Values
-
RESET_STOPWATCH
public static final int RESET_STOPWATCH
Reset stopwatch action type.- See Also:
- Constant Field Values
-
OPEN_THEME_PICKER
public static final int OPEN_THEME_PICKER
Open theme picker action type.- See Also:
- Constant Field Values
-
LAUNCH_APP
public static final int LAUNCH_APP
Launch app action type.- See Also:
- Constant Field Values
-
LAUNCH_URL
public static final int LAUNCH_URL
Launch URL action type.- See Also:
- Constant Field Values
-
-