Package org.apache.guacamole.properties
Annotation Type EnumGuacamoleProperty.PropertyValues
- Enclosing class:
EnumGuacamoleProperty<T extends Enum<T>>
Defines the string values which should be accepted and parsed into the
annotated enum constant. Each enum constant may be associated with any
any number of string values.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionReturns theEnumGuacamoleProperty.PropertyValue
annotations that represent the String values that should produce the annotated enum constant when parsed.
-
Element Details
-
value
Returns theEnumGuacamoleProperty.PropertyValue
annotations that represent the String values that should produce the annotated enum constant when parsed.- Returns:
- The
EnumGuacamoleProperty.PropertyValue
annotations that represent the String values that should produce the annotated enum constant when parsed.
-