constraint);
} else if (constraint.getTechnicalProperty() instanceof BooleanTechnicalProperty) {
constraintPart = new BooleanPropertyConstraintPart(composite,
constraint);
} else if (constraint.getTechnicalProperty() instanceof EnumTechnicalProperty) {
constraintPart = new EnumPropertyConstraintPart(composite,
constraint);
}
constraintPartMap.put(constraint, constraintPart);
}