272273274275276277278279
_upperBound = upperBound; firePropertyChange(PROP_CARDINALITY, old, newBound); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
300301302303304305306307
_collectionClass = collectionClass; firePropertyChange(PROP_COLLECTION_CLASS, old, collectionClass); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
329330331332333334335336
_elementClass = elementClass; firePropertyChange(PROP_ELEMENT_CLASS, old, elementClass); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
374375376377378379380381
_inverseRelationshipName = newName; firePropertyChange(PROP_INVERSE_FIELD, oldName, newName); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }