commands.add(new CheckClearProperty(mode));
commands.add(new GetProperty(mode));
commands.add(new SetProperty(mode));
commands.add(new ClearProperty(mode));
commands.add(new GetPropertyDefault(mode));
commands.add(new GetPropertyChoices(mode));
commands.add(new CheckCollection(mode));
commands.add(new CheckAddToCollection(mode));
commands.add(new CheckRemoveFromCollection(mode));
commands.add(new AddToCollection(mode));