public class DeletePropertyCmd extends Object implements Command<Void>, Serializable
protected String
name
DeletePropertyCmd(String name)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String name
public DeletePropertyCmd(String name)
public Void execute(CommandContext commandContext)
execute
Command<Void>