The method "getFeatureID" in the "org.eclipse.emf.common.notify.Notification" class in Java, is used to retrieve the ID of the feature that has been changed or affected by the notification. This method returns an integer value representing the feature ID, which can be used to identify the specific attribute or reference that has been modified in the associated EMF model.
Java Notification.getFeatureID - 30 examples found. These are the top rated real world Java examples of org.eclipse.emf.common.notify.Notification.getFeatureID extracted from open source projects. You can rate examples to help us improve the quality of examples.