Package apple.intents.enums
Class INCarSeat
- java.lang.Object
-
- apple.intents.enums.INCarSeat
-
public final class INCarSeat extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAllstatic longDriverstatic longFrontstatic longFrontLeftstatic longFrontRightstatic longPassengerstatic longRearstatic longRearLeftstatic longRearRightstatic longThirdRowstatic longThirdRowLeftstatic longThirdRowRightstatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Driver
public static final long Driver
- See Also:
- Constant Field Values
-
Passenger
public static final long Passenger
- See Also:
- Constant Field Values
-
FrontLeft
public static final long FrontLeft
- See Also:
- Constant Field Values
-
FrontRight
public static final long FrontRight
- See Also:
- Constant Field Values
-
Front
public static final long Front
- See Also:
- Constant Field Values
-
RearLeft
public static final long RearLeft
- See Also:
- Constant Field Values
-
RearRight
public static final long RearRight
- See Also:
- Constant Field Values
-
Rear
public static final long Rear
- See Also:
- Constant Field Values
-
ThirdRowLeft
public static final long ThirdRowLeft
- See Also:
- Constant Field Values
-
ThirdRowRight
public static final long ThirdRowRight
- See Also:
- Constant Field Values
-
ThirdRow
public static final long ThirdRow
- See Also:
- Constant Field Values
-
All
public static final long All
- See Also:
- Constant Field Values
-
-