Module io.annot8.components.items
Class ItemPropertyFromParameter.Settings
- java.lang.Object
-
- io.annot8.components.items.processors.ItemPropertyFromParameter.Settings
-
- All Implemented Interfaces:
io.annot8.api.settings.Settings
- Enclosing class:
- ItemPropertyFromParameter
public static class ItemPropertyFromParameter.Settings extends Object implements io.annot8.api.settings.Settings
-
-
Method Detail
-
validate
public boolean validate()
- Specified by:
validatein interfaceio.annot8.api.settings.Settings
-
getKey
@Description("The key of the property to set") public String getKey()
-
setKey
public void setKey(String key)
-
getValue
@Description("The value of the property to set, or null to remove the property") public Object getValue()
-
setValue
public void setValue(Object value)
-
-