Interface AbstractUpdateBooleanAttributeCommand

All Superinterfaces:
AbstractUpdateAttributeCommand<Boolean>, AbstractUpdateCommand<ItemId,ItemState>, Command<ItemState>, ItemUpdateCommand, Serializable, UpdateCommand<ItemId,ItemState>
All Known Subinterfaces:
UpdateActivityCommand, UpdateDisabledCommand, UpdateIsInvalidAnswersCommand, UpdateRequiredCommand, UpdateRowCanBeRemovedCommand, UpdateRowsCanBeAddedCommand
All Known Implementing Classes:
ImmutableUpdateActivityCommand, ImmutableUpdateDisabledCommand, ImmutableUpdateIsInvalidAnswersCommand, ImmutableUpdateRequiredCommand, ImmutableUpdateRowCanBeRemovedCommand, ImmutableUpdateRowsCanBeAddedCommand

public interface AbstractUpdateBooleanAttributeCommand extends AbstractUpdateAttributeCommand<Boolean>