Class 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
    • Constructor Detail

      • Settings

        public Settings()
      • Settings

        public Settings​(String existingKey,
                        String newKey)
    • Method Detail

      • validate

        public boolean validate()
        Specified by:
        validate in interface io.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)