constraint);
} else if (constraint.getTechnicalProperty() instanceof RegularExpressionTechnicalProperty) {
constraintPart = new RegExPropertyConstraintPart(composite,
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) {