Class DeleteLabelCommand
- java.lang.Object
-
- com.sodius.mdw.metamodel.integrity.io.command.ExecutableCommandWrapper
-
- com.sodius.mdw.metamodel.integrity.io.command.DeleteLabelCommand
-
- All Implemented Interfaces:
ExecutableCommand
public class DeleteLabelCommand extends ExecutableCommandWrapper implements ExecutableCommand
Deletes a label on an
Item
.Usage:
new DeleteLabelCommand(myItem, "my label").execute();
- Since:
- 1.9.3
-
-
Constructor Summary
Constructors Constructor Description DeleteLabelCommand(Item item, String label)
Instantiates a command to delete a label.
-
Method Summary
-
Methods inherited from class com.sodius.mdw.metamodel.integrity.io.command.ExecutableCommandWrapper
execute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sodius.mdw.metamodel.integrity.io.command.ExecutableCommand
execute
-
-