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.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Returns the String value that should produce the annotated enum constant when parsed.
    • 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.