Class MDSDProfilesNotifier
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.NotificationImpl
-
- org.palladiosimulator.mdsdprofiles.notifier.MDSDProfilesNotifier
-
- All Implemented Interfaces:
Notification
,NotificationChain
public class MDSDProfilesNotifier extends NotificationImpl
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MDSDProfilesNotifier.TaggedValueTuple
-
Field Summary
Fields Modifier and Type Field Description static int
APPLY_PROFILE
static int
APPLY_STEREOTYPE
static int
SET_TAGGED_VALUE
static int
UNAPPLY_PROFILE
static int
UNAPPLY_STEREOTYPE
-
Fields inherited from class org.eclipse.emf.common.notify.impl.NotificationImpl
eventType, IS_SET_CHANGE_INDEX, newIEEEPrimitiveValue, newSimplePrimitiveValue, newValue, next, oldIEEEPrimitiveValue, oldSimplePrimitiveValue, oldValue, position, PRIMITIVE_TYPE_BOOLEAN, PRIMITIVE_TYPE_BYTE, PRIMITIVE_TYPE_CHAR, PRIMITIVE_TYPE_DOUBLE, PRIMITIVE_TYPE_FLOAT, PRIMITIVE_TYPE_INT, PRIMITIVE_TYPE_LONG, PRIMITIVE_TYPE_OBJECT, PRIMITIVE_TYPE_SHORT, primitiveType
-
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
Constructors Constructor Description MDSDProfilesNotifier(Notifier changedElement, int eventType, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getNotifier()
-
Methods inherited from class org.eclipse.emf.common.notify.impl.NotificationImpl
add, dispatch, getEventType, getFeature, getFeatureDefaultValue, getFeatureID, getNewBooleanValue, getNewByteValue, getNewCharValue, getNewDoubleValue, getNewFloatValue, getNewIntValue, getNewLongValue, getNewShortValue, getNewStringValue, getNewValue, getOldBooleanValue, getOldByteValue, getOldCharValue, getOldDoubleValue, getOldFloatValue, getOldIntValue, getOldLongValue, getOldShortValue, getOldStringValue, getOldValue, getPosition, isFeatureUnsettable, isReset, isTouch, merge, toString, wasSet
-
-
-
-
Field Detail
-
APPLY_PROFILE
public static final int APPLY_PROFILE
- See Also:
- Constant Field Values
-
UNAPPLY_PROFILE
public static final int UNAPPLY_PROFILE
- See Also:
- Constant Field Values
-
APPLY_STEREOTYPE
public static final int APPLY_STEREOTYPE
- See Also:
- Constant Field Values
-
UNAPPLY_STEREOTYPE
public static final int UNAPPLY_STEREOTYPE
- See Also:
- Constant Field Values
-
SET_TAGGED_VALUE
public static final int SET_TAGGED_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNotifier
public Object getNotifier()
- Specified by:
getNotifier
in interfaceNotification
- Overrides:
getNotifier
in classNotificationImpl
-
-