- All Implemented Interfaces:
Serializable,Comparable<ControlDescriptor.Category>,Constable
- Enclosing class:
ControlDescriptor<T extends ControlDescriptor<T>>
Categories of control, which also affects broad ordering of controls.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionControls that correspond to actions.Controls that correspond to auxiliary input.Controls that represent functions.Controls that correspond to input.Internal controls that are part of the base context implementation, eg. the info and code properties.Controls that correspond to properties.Synthetic controls used for injected resources that require a control endpoint. -
Method Summary
Modifier and TypeMethodDescriptionstatic ControlDescriptor.CategoryReturns the enum constant of this class with the specified name.static ControlDescriptor.Category[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Internal
Internal controls that are part of the base context implementation, eg. the info and code properties. -
Synthetic
Synthetic controls used for injected resources that require a control endpoint. Excluded from info and display. -
In
Controls that correspond to input. -
Action
Controls that correspond to actions. -
Property
Controls that correspond to properties. -
AuxIn
Controls that correspond to auxiliary input. -
Function
Controls that represent functions.
-
-
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
-