8990919293949596979899
} catch (URISyntaxException e) { this.engine.getErrorWindow().error(ErrorMessages.URL_WRONG, e); return; } Type type; if (this.concreteRadioButton.isSelected()) { type = Type.CONCRETE; } else { type = Type.ABSTRACT; }