220221222223224225226
value = getValidNewValue(feature, value); if (value instanceof InvalidValue) { return UnexecutableCommand.INSTANCE; } SetRequest request = new SetRequest(element, feature, value); return new SetValueCommand(request); }
217218219220221222223
225226227228229230231