public enum HmiZoneCapabilities extends Enum<HmiZoneCapabilities>
| Enum Constant and Description |
|---|
BACK
Indicates HMI available for rear seat passengers.
|
FRONT
Indicates HMI available for front seat passengers.
|
| Modifier and Type | Method and Description |
|---|---|
static HmiZoneCapabilities |
valueForString(String value)
Convert String to HMIZoneCapabilities
|
static HmiZoneCapabilities |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HmiZoneCapabilities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HmiZoneCapabilities FRONT
public static final HmiZoneCapabilities BACK
public static HmiZoneCapabilities[] values()
for (HmiZoneCapabilities c : HmiZoneCapabilities.values()) System.out.println(c);
public static HmiZoneCapabilities 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 HmiZoneCapabilities valueForString(String value)
value - String