public enum AppHMIType extends Enum<AppHMIType>
| Enum Constant and Description |
|---|
BACKGROUND_PROCESS |
COMMUNICATION
Communication type of App
|
DEFAULT
The App will have default rights.
|
INFORMATION
Information App
|
MEDIA
App dealing with Media
|
MESSAGING
Messaging App
|
NAVIGATION
Navigation App
|
PROJECTION
Custom App Interfaces
|
REMOTE_CONTROL
Remote Control
|
SOCIAL
App dealing with social media
|
SYSTEM
System App
|
TESTING
App only for Testing purposes
|
WEB_VIEW
Web View
|
| Modifier and Type | Method and Description |
|---|---|
static AppHMIType |
valueForString(String value)
Convert String to AppHMIType
|
static AppHMIType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppHMIType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppHMIType DEFAULT
public static final AppHMIType COMMUNICATION
public static final AppHMIType MEDIA
public static final AppHMIType MESSAGING
public static final AppHMIType NAVIGATION
public static final AppHMIType INFORMATION
public static final AppHMIType SOCIAL
public static final AppHMIType BACKGROUND_PROCESS
public static final AppHMIType TESTING
public static final AppHMIType PROJECTION
public static final AppHMIType SYSTEM
public static final AppHMIType REMOTE_CONTROL
public static final AppHMIType WEB_VIEW
public static AppHMIType[] values()
for (AppHMIType c : AppHMIType.values()) System.out.println(c);
public static AppHMIType 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 AppHMIType valueForString(String value)
value - String