|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.view.internal.validation.ValidationNotification
public class ValidationNotification
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.common.notify.Notification |
---|
ADD, ADD_MANY, CREATE, EVENT_TYPE_COUNT, MOVE, NO_FEATURE_ID, NO_INDEX, REMOVE, REMOVE_MANY, REMOVING_ADAPTER, RESOLVE, SET, UNSET |
Constructor Summary | |
---|---|
ValidationNotification(org.eclipse.emf.ecore.EObject toValidate)
Creates a ValidationNotification which is used to trigger a validation of a specific EObject. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationNotification(org.eclipse.emf.ecore.EObject toValidate)
ValidationNotification
which is used to trigger a validation of a specific EObject.
toValidate
- the EObject
to validateMethod Detail |
---|
public 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |