Enum Class LimitSwitchNormal

java.lang.Object
java.lang.Enum<LimitSwitchNormal>
com.ctre.phoenix.motorcontrol.LimitSwitchNormal
All Implemented Interfaces:
Serializable, Comparable<LimitSwitchNormal>, Constable

Choose whether the limit switch is normally open or normally closed
  • Enum Constant Details

  • Field Details

    • value

      public int value
      Value of LimitSwitch Setting
  • Method Details

    • values

      public static LimitSwitchNormal[] 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 LimitSwitchNormal 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
    • valueOf

      public static LimitSwitchNormal valueOf(int value)
      Get LimitSwitchNormal of specified value
      Parameters:
      value - Value of LimitSwitchNormal
      Returns:
      LimitSwitchNormal of specified value
    • valueOf

      public static LimitSwitchNormal valueOf(double value)
      Get LimitSwitchNormal of specified value
      Parameters:
      value - Value of LimitSwitchNormal
      Returns:
      LimitSwitchNormal of specified value
    • toString

      public String toString()
      Overrides:
      toString in class Enum<LimitSwitchNormal>
      Returns:
      String representation of LimitSwitchNormal setting