Package org.apache.guacamole.properties
Annotation Type EnumGuacamoleProperty.PropertyValue
- 
@Retention(RUNTIME) @Target(FIELD) public static @interface EnumGuacamoleProperty.PropertyValue
Defines the string value which should be accepted and parsed into the annotated enum constant. 
- 
- 
Element Detail
- 
value
String value
Returns the String value that should produce the annotated enum constant when parsed.- Returns:
 - The String value that should produce the annotated enum constant when parsed.
 
 
 - 
 
 -