constraint);
} else if (constraint.getTechnicalProperty() instanceof FloatTechnicalProperty) {
constraintPart = new FloatPropertyConstraintPart(composite,
constraint);
} else if (constraint.getTechnicalProperty() instanceof IntegerTechnicalProperty) {
constraintPart = new IntegerPropertyConstraintPart(composite,
constraint);
} else if (constraint.getTechnicalProperty() instanceof BooleanTechnicalProperty) {
constraintPart = new BooleanPropertyConstraintPart(composite,
constraint);
} else if (constraint.getTechnicalProperty() instanceof EnumTechnicalProperty) {