|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xtools.emf.msl.EventTypes
A list of event types that the modeling platform supports.
API clients should not instantiate this class.
Field Summary | |
static int |
ADD
An event type
indicating that a value has been inserted into a list-based feature of
the notifier. |
static int |
ADD_MANY
An event type
indicating that a several values have been added into a list-based
feature of the notifier. |
static int |
CREATE
An event type
indicating that the notifier has been created. |
static int |
DESTROY
An event type
indicating that the notifier has been destroyed. |
static int |
EXPORT
An event type
indicating that the notifier has a new export. |
static int |
IMPORT
An event type
indicating that the notifier has a new import. |
static int |
MOVE
An event type
indicating that a value has been moved within a list-based feature of the
notifier. |
static int |
REMOVE
An event type
indicating that a value has been removed from a list-based feature of the
notifier. |
static int |
REMOVE_MANY
An event type
indicating that a several values have been removed from a list-based
feature of the notifier. |
static int |
REMOVING_ADAPTER
An event type
indicating that an adapter is being removed from the notifier. |
static int |
RESOLVE
An event type
indicating that a feature of the notifier has been resolved from a proxy. |
static int |
SET
An event type
indicating that a feature of the notifier has been set. |
static int |
UNCREATE
An event type
indicating that the notifier has been uncreated. |
static int |
UNDESTROY
An event type
indicating that the notifier has been undestroyed. |
static int |
UNRESOLVE
An event type
indicating that the notifier has been unresolved to a proxy. |
static int |
UNSET
An event type
indicating that a feature of the notifier has been unset. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int CREATE
event type
indicating that the notifier has been created.
Notification.getEventType()
,
Constant Field Valuespublic static final int SET
event type
indicating that a feature of the notifier has been set. This applies for
simple features.
Notification.getEventType()
,
Constant Field Valuespublic static final int UNSET
event type
indicating that a feature of the notifier has been unset. This applies
for unsettable features.
Notification.getEventType()
,
Constant Field Valuespublic static final int ADD
event type
indicating that a value has been inserted into a list-based feature of
the notifier.
Notification.getEventType()
,
Constant Field Valuespublic static final int REMOVE
event type
indicating that a value has been removed from a list-based feature of the
notifier.
Notification.getEventType()
,
Constant Field Valuespublic static final int ADD_MANY
event type
indicating that a several values have been added into a list-based
feature of the notifier.
Notification.getEventType()
,
Constant Field Valuespublic static final int REMOVE_MANY
event type
indicating that a several values have been removed from a list-based
feature of the notifier.
Notification.getEventType()
,
Constant Field Valuespublic static final int MOVE
event type
indicating that a value has been moved within a list-based feature of the
notifier.
Notification.getEventType()
,
Constant Field Valuespublic static final int REMOVING_ADAPTER
event type
indicating that an adapter is being removed from the notifier.
Notification.getEventType()
,
Constant Field Valuespublic static final int RESOLVE
event type
indicating that a feature of the notifier has been resolved from a proxy.
Notification.getEventType()
,
Constant Field Valuespublic static final int DESTROY
event type
indicating that the notifier has been destroyed.
Notification.getEventType()
,
Constant Field Valuespublic static final int UNCREATE
event type
indicating that the notifier has been uncreated.
Notification.getEventType()
,
Constant Field Valuespublic static final int UNDESTROY
event type
indicating that the notifier has been undestroyed.
Notification.getEventType()
,
Constant Field Valuespublic static final int UNRESOLVE
event type
indicating that the notifier has been unresolved to a proxy.
Notification.getEventType()
,
Constant Field Valuespublic static final int IMPORT
event type
indicating that the notifier has a new import.
Notification.getEventType()
,
Constant Field Valuespublic static final int EXPORT
event type
indicating that the notifier has a new export.
Notification.getEventType()
,
Constant Field Values
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.