Module io.annot8.components.groups
Class FilterGroupsByProperty.Settings
- java.lang.Object
-
- io.annot8.components.groups.processors.FilterGroupsByProperty.Settings
-
- All Implemented Interfaces:
io.annot8.api.settings.Settings
- Enclosing class:
- FilterGroupsByProperty
public static class FilterGroupsByProperty.Settings extends Object implements io.annot8.api.settings.Settings
-
-
Method Detail
-
getKey
@Description("Property key to check") public String getKey()
-
setKey
public void setKey(String key)
-
getValue
@Description("Property value to check") public Object getValue()
-
setValue
public void setValue(Object value)
-
validate
public boolean validate()
- Specified by:
validatein interfaceio.annot8.api.settings.Settings
-
-