Package com.vuzix.hud.resources
Enum Class Utils.NavigationButtonType
- All Implemented Interfaces:
Serializable,Comparable<Utils.NavigationButtonType>,Constable
- Enclosing class:
Utils
Values defining the navigation button type of the Vuzix device
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionNo physical buttons are present for navigating the user interfaceThe device has a physical previous, next, select buttonThe device configuration is not known -
Method Summary
Modifier and TypeMethodDescriptionstatic Utils.NavigationButtonTypeReturns the enum constant of this class with the specified name.static Utils.NavigationButtonType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NO_NAV_BUTTONS
No physical buttons are present for navigating the user interface -
THREE_NAV_BUTTONS
The device has a physical previous, next, select button -
UNKNOWN
The device configuration is not known
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-