Package com.epicbot.api.shared.bot.mouse
Enum Class FlowSettings.FlowType
- All Implemented Interfaces:
Serializable,Comparable<FlowSettings.FlowType>,Constable
- Enclosing class:
FlowSettings
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetName()toString()static FlowSettings.FlowTypeReturns the enum constant of this class with the specified name.static FlowSettings.FlowType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VARIATING_FLOW
-
INTERRUPTED_FLOW
-
INTERRUPTED_FLOW_2
-
SLOW_STARTUP_FLOW
-
SLOW_STARTUP_FLOW_2
@SerializedName("Slow Startup Flow 2") public static final FlowSettings.FlowType SLOW_STARTUP_FLOW_2 -
JAGGED_FLOW
-
STOPPING_FLOW
-
ADJUSTING_FLOW
-
RANDOM_FLOW
-
CONSTANT_SPEED_FLOW
@SerializedName("Constant Speed Flow") public static final FlowSettings.FlowType CONSTANT_SPEED_FLOW
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getName
-
toString
- Overrides:
toStringin classEnum<FlowSettings.FlowType>
-