Stay organized with collections
Save and categorize content based on your preferences.
VehicleElectronicTollCollectionCardType
public
final
class
VehicleElectronicTollCollectionCardType
extends Object
java.lang.Object
|
↳ |
android.car.hardware.property.VehicleElectronicTollCollectionCardType
|
Used by VehiclePropertyIds.ELECTRONIC_TOLL_COLLECTION_CARD_TYPE
to
enumerate ETC(electronic toll collection) card types in the vehicle.
Use in CarPropertyManager.getProperty(int, int)
to
get this property value.
Summary
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
JP_ELECTRONIC_TOLL_COLLECTION_CARD
public static final int JP_ELECTRONIC_TOLL_COLLECTION_CARD
A Japanese electronic toll collection card that does not support ETC 2.0.
Constant Value:
1
(0x00000001)
JP_ELECTRONIC_TOLL_COLLECTION_CARD_V2
public static final int JP_ELECTRONIC_TOLL_COLLECTION_CARD_V2
A Japanese electronic toll collection 2.0 card.
Constant Value:
2
(0x00000002)
UNKNOWN
public static final int UNKNOWN
Type is unknown or not in the list below.
Constant Value:
0
(0x00000000)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-17 UTC.
[null,null,["Last updated 2025-02-17 UTC."],[],[],null,["# VehicleElectronicTollCollectionCardType\n\nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nVehicleElectronicTollCollectionCardType\n=======================================\n\n\n`\npublic\n\nfinal\n\nclass\nVehicleElectronicTollCollectionCardType\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|-----------------------------------------------------------------------|\n| java.lang.Object ||\n| ↳ | android.car.hardware.property.VehicleElectronicTollCollectionCardType |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nUsed by [VehiclePropertyIds.ELECTRONIC_TOLL_COLLECTION_CARD_TYPE](/reference/android/car/VehiclePropertyIds#ELECTRONIC_TOLL_COLLECTION_CARD_TYPE) to\nenumerate ETC(electronic toll collection) card types in the vehicle.\nUse in [CarPropertyManager.getProperty(int, int)](/reference/android/car/hardware/property/CarPropertyManager#getProperty(int,%20int)) to\nget this property value.\n\nSummary\n-------\n\n| ### Constants ||\n|-------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `int` | [JP_ELECTRONIC_TOLL_COLLECTION_CARD](/reference/android/car/hardware/property/VehicleElectronicTollCollectionCardType#JP_ELECTRONIC_TOLL_COLLECTION_CARD) A Japanese electronic toll collection card that does not support ETC 2.0. |\n| `int` | [JP_ELECTRONIC_TOLL_COLLECTION_CARD_V2](/reference/android/car/hardware/property/VehicleElectronicTollCollectionCardType#JP_ELECTRONIC_TOLL_COLLECTION_CARD_V2) A Japanese electronic toll collection 2.0 card. |\n| `int` | [UNKNOWN](/reference/android/car/hardware/property/VehicleElectronicTollCollectionCardType#UNKNOWN) Type is unknown or not in the list below. |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` java.lang.Object ` |-------------------|-------------------------------| | ` Object` | ` clone() ` | | ` boolean` | ` equals(Object arg0) ` | | ` void` | ` finalize() ` | | ` final Class\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` String` | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nConstants\n---------\n\n### JP_ELECTRONIC_TOLL_COLLECTION_CARD\n\n```\npublic static final int JP_ELECTRONIC_TOLL_COLLECTION_CARD\n```\n\nA Japanese electronic toll collection card that does not support ETC 2.0.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)\n\n\n### JP_ELECTRONIC_TOLL_COLLECTION_CARD_V2\n\n```\npublic static final int JP_ELECTRONIC_TOLL_COLLECTION_CARD_V2\n```\n\nA Japanese electronic toll collection 2.0 card.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n2\n(0x00000002)\n\n\n### UNKNOWN\n\n```\npublic static final int UNKNOWN\n```\n\nType is unknown or not in the list below.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)"]]