Exemplo n.º 1
0
 public void removeReferencedElement(ModelElement x) throws PropertyVetoException {
   if (_referencedElement == null) return;
   fireVetoableChange("referencedElement", _referencedElement, x);
   _referencedElement.removeElement(x);
 }