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) {
constraintPart = new EnumPropertyConstraintPart(composite,
constraint);
}