this.backend = backend;
this.conceptMappers = new ArrayList<ConceptQueryMapper>();
this.conceptMappers.add(new AggregationConceptMapper());
this.conceptMappers.add(new AlignmentConceptMapper());
this.conceptMappers.add(new BooleanConceptMapper());
this.conceptMappers.add(new ColorConceptMapper());
this.conceptMappers.add(new ColumnWidthConceptMapper());
this.conceptMappers.add(new DataTypeConceptMapper());
this.conceptMappers.add(new DateConceptMapper());
this.conceptMappers.add(new FieldTypeConceptMapper());
this.conceptMappers.add(new FontSettingsConceptMapper());