public enum GlobalProperty extends Enum<GlobalProperty>
| Enum Constant and Description |
|---|
HELPPROMPT
The help prompt to be spoken if the user needs assistance during a user-initiated interaction.
|
KEYBOARDPROPERTIES
The on-screen keyboard configuration of setGlobalProperties
|
MENUICON
The property in-app menu icon of setGlobalProperties
|
MENUNAME
The property in-app menu name of setGlobalProperties
|
TIMEOUTPROMPT
The prompt to be spoken if the user-initiated interaction times out waiting for the user's verbal input.
|
USER_LOCATION
The user seat location of setGlobalProperties
|
USERLOCATION
Deprecated.
|
VRHELPITEMS
The property array of vrHelp of setGlobalProperties
|
VRHELPTITLE
The property vrHelpTitle of setGlobalProperties
|
| Modifier and Type | Method and Description |
|---|---|
static GlobalProperty |
valueForString(String value)
Convert String to GlobalProperty
|
static GlobalProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalProperty HELPPROMPT
public static final GlobalProperty TIMEOUTPROMPT
public static final GlobalProperty VRHELPTITLE
public static final GlobalProperty VRHELPITEMS
public static final GlobalProperty MENUNAME
public static final GlobalProperty MENUICON
public static final GlobalProperty KEYBOARDPROPERTIES
@Deprecated public static final GlobalProperty USERLOCATION
public static final GlobalProperty USER_LOCATION
public static GlobalProperty[] values()
for (GlobalProperty c : GlobalProperty.values()) System.out.println(c);
public static GlobalProperty 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 GlobalProperty valueForString(String value)
value - String