The org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.eUnset method in Java is used to unset the feature value of a container for the current object. It removes the reference to the container object and clears the corresponding feature value. This method is typically used when the object is no longer contained by any other object.
Java MinimalEObjectImpl.Container.eUnset - 30 examples found. These are the top rated real world Java examples of org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.eUnset extracted from open source projects. You can rate examples to help us improve the quality of examples.