Enum INCarSeat

java.lang.Object
java.lang.Enum<INCarSeat>
org.robovm.apple.intents.INCarSeat
All Implemented Interfaces:
Serializable, Comparable<INCarSeat>, ValuedEnum

@Deprecated
public enum INCarSeat
extends Enum<INCarSeat>
implements ValuedEnum
Deprecated.
Deprecated in iOS 15.0. INCarSeat is deprecated. There is no replacement.
Since:
Available in iOS 10.0 and later.
  • Enum Constant Details

    • Unknown

      public static final INCarSeat Unknown
      Deprecated.
    • Driver

      public static final INCarSeat Driver
      Deprecated.
    • Passenger

      public static final INCarSeat Passenger
      Deprecated.
    • FrontLeft

      public static final INCarSeat FrontLeft
      Deprecated.
    • FrontRight

      public static final INCarSeat FrontRight
      Deprecated.
    • Front

      public static final INCarSeat Front
      Deprecated.
    • RearLeft

      public static final INCarSeat RearLeft
      Deprecated.
    • RearRight

      public static final INCarSeat RearRight
      Deprecated.
    • Rear

      public static final INCarSeat Rear
      Deprecated.
    • ThirdRowLeft

      public static final INCarSeat ThirdRowLeft
      Deprecated.
    • ThirdRowRight

      public static final INCarSeat ThirdRowRight
      Deprecated.
    • ThirdRow

      public static final INCarSeat ThirdRow
      Deprecated.
    • All

      public static final INCarSeat All
      Deprecated.
  • Method Details

    • values

      public static INCarSeat[] values()
      Deprecated.
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static INCarSeat valueOf​(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public long value()
      Deprecated.
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static INCarSeat valueOf​(long n)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      n - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null