IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.emf.msl
Class EventTypes

java.lang.Object
  extended bycom.ibm.xtools.emf.msl.EventTypes

public final class EventTypes
extends Object

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

CREATE

public static final int CREATE
An event type indicating that the notifier has been created.

See Also:
Notification.getEventType(), Constant Field Values

SET

public static final int SET
An event type indicating that a feature of the notifier has been set. This applies for simple features.

See Also:
Notification.getEventType(), Constant Field Values

UNSET

public static final int UNSET
An event type indicating that a feature of the notifier has been unset. This applies for unsettable features.

See Also:
Notification.getEventType(), Constant Field Values

ADD

public static final int ADD
An event type indicating that a value has been inserted into a list-based feature of the notifier.

See Also:
Notification.getEventType(), Constant Field Values

REMOVE

public static final int REMOVE
An event type indicating that a value has been removed from a list-based feature of the notifier.

See Also:
Notification.getEventType(), Constant Field Values

ADD_MANY

public static final int ADD_MANY
An event type indicating that a several values have been added into a list-based feature of the notifier.

See Also:
Notification.getEventType(), Constant Field Values

REMOVE_MANY

public static final int REMOVE_MANY
An event type indicating that a several values have been removed from a list-based feature of the notifier.

See Also:
Notification.getEventType(), Constant Field Values

MOVE

public static final int MOVE
An event type indicating that a value has been moved within a list-based feature of the notifier.

See Also:
Notification.getEventType(), Constant Field Values

REMOVING_ADAPTER

public static final int REMOVING_ADAPTER
An event type indicating that an adapter is being removed from the notifier.

See Also:
Notification.getEventType(), Constant Field Values

RESOLVE

public static final int RESOLVE
An event type indicating that a feature of the notifier has been resolved from a proxy.

See Also:
Notification.getEventType(), Constant Field Values

DESTROY

public static final int DESTROY
An event type indicating that the notifier has been destroyed.

See Also:
Notification.getEventType(), Constant Field Values

UNCREATE

public static final int UNCREATE
An event type indicating that the notifier has been uncreated.

See Also:
Notification.getEventType(), Constant Field Values

UNDESTROY

public static final int UNDESTROY
An event type indicating that the notifier has been undestroyed.

See Also:
Notification.getEventType(), Constant Field Values

UNRESOLVE

public static final int UNRESOLVE
An event type indicating that the notifier has been unresolved to a proxy.

See Also:
Notification.getEventType(), Constant Field Values

IMPORT

public static final int IMPORT
An event type indicating that the notifier has a new import.

See Also:
Notification.getEventType(), Constant Field Values

EXPORT

public static final int EXPORT
An event type indicating that the notifier has a new export.

See Also:
Notification.getEventType(), Constant Field Values

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.