java.lang.Object
java.lang.Enum<Orbit.O>
org.scictrl.csshell.epics.server.application.orbitserver.Orbit.O
All Implemented Interfaces:
Serializable, Comparable<Orbit.O>, Constable
Enclosing class:
Orbit

public static enum Orbit.O extends Enum<Orbit.O>
Enum defining orientation constants.
  • Enum Constant Details

    • HORIZONTAL

      public static final Orbit.O HORIZONTAL
      Horizontal orientation enum.
    • VERTICAL

      public static final Orbit.O VERTICAL
      Vertical orientation enum.
  • Field Details

    • _HORIZONTAL

      public static final int _HORIZONTAL
      Horizontal orientation int.
      See Also:
    • _VERTICAL

      public static final int _VERTICAL
      Vertical orientation int.
      See Also:
    • _H

      public static final int _H
      Horizontal orientation int.
      See Also:
    • _V

      public static final int _V
      Vertical orientation int.
      See Also:
    • H

      public static final Orbit.O H
      Horizontal orientation enum.
    • V

      public static final Orbit.O V
      Vertical orientation enum.
  • Method Details

    • values

      public static Orbit.O[] 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 Orbit.O 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