@Deprecated public enum DisplayType extends Enum<DisplayType>
| Enum Constant and Description |
|---|
CID
Deprecated.
Center Information Display.
|
GEN2_6_DMA
Deprecated.
GEN-2, 6 inch display.
|
GEN2_8_DMA
Deprecated.
GEN-2, 8 inch display.
|
GEN3_8_INCH
Deprecated.
GEN-3, 8 inch display.
|
MFD3
Deprecated.
3 inch GEN1.1 display.
|
MFD4
Deprecated.
4 inch GEN1.1 display
|
MFD5
Deprecated.
5 inch GEN1.1 display.
|
NGN
Deprecated.
Next Generation Navigation display.
|
SDL_GENERIC
Deprecated.
SDL_GENERIC display type.
|
TYPE2
Deprecated.
TYPE II display.
|
TYPE5
Deprecated.
TYPE V display
Old radio head unit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Deprecated.
|
static DisplayType |
valueForString(String value)
Deprecated.
|
static DisplayType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DisplayType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisplayType CID
public static final DisplayType TYPE2
public static final DisplayType TYPE5
public static final DisplayType NGN
public static final DisplayType GEN2_8_DMA
public static final DisplayType GEN2_6_DMA
public static final DisplayType MFD3
public static final DisplayType MFD4
public static final DisplayType MFD5
public static final DisplayType GEN3_8_INCH
public static final DisplayType SDL_GENERIC
public static DisplayType[] values()
for (DisplayType c : DisplayType.values()) System.out.println(c);
public static DisplayType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DisplayType valueForString(String value)
public String toString()
toString in class Enum<DisplayType>