Class ItemPropertyAsBoolean.Settings

  • All Implemented Interfaces:
    io.annot8.api.settings.Settings
    Enclosing class:
    ItemPropertyAsBoolean

    public static class ItemPropertyAsBoolean.Settings
    extends Object
    implements io.annot8.api.settings.Settings
    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • validate

        public boolean validate()
        Specified by:
        validate in interface io.annot8.api.settings.Settings
      • getKey

        @Description("The property key to convert")
        public String getKey()
      • setKey

        public void setKey​(String key)
      • getTrueValues

        @Description("The list of values to accept as true. Comparison is done both on the original property value, and on the lower case String representation of it.")
        public List<Object> getTrueValues()
      • setTrueValues

        public void setTrueValues​(List<Object> trueValues)