Module io.annot8.components.items
Class RenameItemProperty.Settings
- java.lang.Object
-
- io.annot8.components.items.processors.RenameItemProperty.Settings
-
- All Implemented Interfaces:
io.annot8.api.settings.Settings
- Enclosing class:
- RenameItemProperty
public static class RenameItemProperty.Settings extends Object implements io.annot8.api.settings.Settings
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExistingKey()StringgetNewKey()voidsetExistingKey(String existingKey)voidsetNewKey(String newKey)booleanvalidate()
-
-
-
Method Detail
-
validate
public boolean validate()
- Specified by:
validatein interfaceio.annot8.api.settings.Settings
-
getExistingKey
@Description("The key of the property to be renamed") public String getExistingKey()
-
setExistingKey
public void setExistingKey(String existingKey)
-
getNewKey
@Description("The new name for the property") public String getNewKey()
-
setNewKey
public void setNewKey(String newKey)
-
-