public interface ESNotificationInfo
NotificationInfo
that adds some convenience methods.org.eclipse.emf.ecore.EStructuralFeature getStructuralFeature()
boolean isValid()
String getValidationMessage()
boolean isAttributeNotification()
boolean isReferenceNotification()
org.eclipse.emf.ecore.EAttribute getAttribute()
org.eclipse.emf.ecore.EReference getReference()
boolean isTransient()
boolean isAddEvent()
boolean isRemoveEvent()
boolean isSetEvent()
boolean isAddManyEvent()
boolean isRemoveManyEvent()
boolean isMoveEvent()
boolean hasNext()
int getEventType()
Object getFeature()
int getFeatureID(Class<?> expectedClass)
expectedClass - @see org.eclipse.emf.common.notify.Notification#getFeatureID(java.lang.Class)boolean getNewBooleanValue()
byte getNewByteValue()
char getNewCharValue()
double getNewDoubleValue()
float getNewFloatValue()
int getNewIntValue()
long getNewLongValue()
short getNewShortValue()
String getNewStringValue()
Object getNewValue()
org.eclipse.emf.ecore.EObject getNewModelElementValue()
Object getNotifier()
boolean getOldBooleanValue()
byte getOldByteValue()
char getOldCharValue()
double getOldDoubleValue()
float getOldFloatValue()
int getOldIntValue()
long getOldLongValue()
short getOldShortValue()
String getOldStringValue()
Object getOldValue()
org.eclipse.emf.ecore.EObject getOldModelElementValue()
int getPosition()
boolean isReset()
boolean isTouch()
boolean wasSet()
org.eclipse.emf.ecore.EObject getNotifierModelElement()
Class<? extends org.eclipse.emf.common.notify.Notification> getNotificationType()
Notification.Notification typeCopyright © 2017. All rights reserved.