if (inList == null) {
appliedConstraints.remove(IN_LIST_CONSTRAINT);
}
else {
if (c == null) {
c = new InListConstraint();
c.setOwningClass(owningClass);
c.setPropertyName(propertyName);
appliedConstraints.put(IN_LIST_CONSTRAINT, c);
}
c.setParameter(inList);