public class ValidationNotification extends Object implements org.eclipse.emf.common.notify.Notification
Constructor and Description |
---|
ValidationNotification(org.eclipse.emf.ecore.EObject toValidate)
Creates a
ValidationNotification which is used to trigger a validation of a specific EObject. |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
Object |
getFeature() |
int |
getFeatureID(Class<?> expectedClass) |
boolean |
getNewBooleanValue() |
byte |
getNewByteValue() |
char |
getNewCharValue() |
double |
getNewDoubleValue() |
float |
getNewFloatValue() |
int |
getNewIntValue() |
long |
getNewLongValue() |
short |
getNewShortValue() |
String |
getNewStringValue() |
Object |
getNewValue() |
Object |
getNotifier() |
boolean |
getOldBooleanValue() |
byte |
getOldByteValue() |
char |
getOldCharValue() |
double |
getOldDoubleValue() |
float |
getOldFloatValue() |
int |
getOldIntValue() |
long |
getOldLongValue() |
short |
getOldShortValue() |
String |
getOldStringValue() |
Object |
getOldValue() |
int |
getPosition() |
boolean |
isReset() |
boolean |
isTouch() |
boolean |
merge(org.eclipse.emf.common.notify.Notification notification) |
boolean |
wasSet() |
public ValidationNotification(org.eclipse.emf.ecore.EObject toValidate)
ValidationNotification
which is used to trigger a validation of a specific EObject.toValidate
- the EObject
to validatepublic Object getNotifier()
getNotifier
in interface org.eclipse.emf.common.notify.Notification
Notification.getNotifier()
public int getEventType()
getEventType
in interface org.eclipse.emf.common.notify.Notification
Notification.getEventType()
public int getFeatureID(Class<?> expectedClass)
getFeatureID
in interface org.eclipse.emf.common.notify.Notification
Notification.getFeatureID(java.lang.Class)
public Object getFeature()
getFeature
in interface org.eclipse.emf.common.notify.Notification
Notification.getFeature()
public Object getOldValue()
getOldValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getOldValue()
public Object getNewValue()
getNewValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getNewValue()
public boolean wasSet()
wasSet
in interface org.eclipse.emf.common.notify.Notification
Notification.wasSet()
public boolean isTouch()
isTouch
in interface org.eclipse.emf.common.notify.Notification
Notification.isTouch()
public boolean isReset()
isReset
in interface org.eclipse.emf.common.notify.Notification
Notification.isReset()
public int getPosition()
getPosition
in interface org.eclipse.emf.common.notify.Notification
Notification.getPosition()
public boolean merge(org.eclipse.emf.common.notify.Notification notification)
merge
in interface org.eclipse.emf.common.notify.Notification
Notification.merge(org.eclipse.emf.common.notify.Notification)
public boolean getOldBooleanValue()
getOldBooleanValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getOldBooleanValue()
public boolean getNewBooleanValue()
getNewBooleanValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getNewBooleanValue()
public byte getOldByteValue()
getOldByteValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getOldByteValue()
public byte getNewByteValue()
getNewByteValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getNewByteValue()
public char getOldCharValue()
getOldCharValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getOldCharValue()
public char getNewCharValue()
getNewCharValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getNewCharValue()
public double getOldDoubleValue()
getOldDoubleValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getOldDoubleValue()
public double getNewDoubleValue()
getNewDoubleValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getNewDoubleValue()
public float getOldFloatValue()
getOldFloatValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getOldFloatValue()
public float getNewFloatValue()
getNewFloatValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getNewFloatValue()
public int getOldIntValue()
getOldIntValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getOldIntValue()
public int getNewIntValue()
getNewIntValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getNewIntValue()
public long getOldLongValue()
getOldLongValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getOldLongValue()
public long getNewLongValue()
getNewLongValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getNewLongValue()
public short getOldShortValue()
getOldShortValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getOldShortValue()
public short getNewShortValue()
getNewShortValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getNewShortValue()
public String getOldStringValue()
getOldStringValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getOldStringValue()
public String getNewStringValue()
getNewStringValue
in interface org.eclipse.emf.common.notify.Notification
Notification.getNewStringValue()
Copyright © 2019. All rights reserved.