Enum Class FlowSettings.FlowType

java.lang.Object
java.lang.Enum<FlowSettings.FlowType>
com.epicbot.api.shared.bot.mouse.FlowSettings.FlowType
All Implemented Interfaces:
Serializable, Comparable<FlowSettings.FlowType>, Constable
Enclosing class:
FlowSettings

public static enum FlowSettings.FlowType extends Enum<FlowSettings.FlowType>
  • Enum Constant Details

    • VARIATING_FLOW

      @SerializedName("Variating Flow") public static final FlowSettings.FlowType VARIATING_FLOW
    • INTERRUPTED_FLOW

      @SerializedName("Interrupted Flow") public static final FlowSettings.FlowType INTERRUPTED_FLOW
    • INTERRUPTED_FLOW_2

      @SerializedName("Interrupted Flow 2") public static final FlowSettings.FlowType INTERRUPTED_FLOW_2
    • SLOW_STARTUP_FLOW

      @SerializedName("Slow Startup Flow") public static final FlowSettings.FlowType SLOW_STARTUP_FLOW
    • SLOW_STARTUP_FLOW_2

      @SerializedName("Slow Startup Flow 2") public static final FlowSettings.FlowType SLOW_STARTUP_FLOW_2
    • JAGGED_FLOW

      @SerializedName("Jagged Flow") public static final FlowSettings.FlowType JAGGED_FLOW
    • STOPPING_FLOW

      @SerializedName("Stopping Flow") public static final FlowSettings.FlowType STOPPING_FLOW
    • ADJUSTING_FLOW

      @SerializedName("Adjusting Flow") public static final FlowSettings.FlowType ADJUSTING_FLOW
    • RANDOM_FLOW

      @SerializedName("Random Flow") public static final FlowSettings.FlowType RANDOM_FLOW
    • CONSTANT_SPEED_FLOW

      @SerializedName("Constant Speed Flow") public static final FlowSettings.FlowType CONSTANT_SPEED_FLOW
  • Method Details

    • values

      public static FlowSettings.FlowType[] 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

      public static FlowSettings.FlowType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getName

      public String getName()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<FlowSettings.FlowType>