org.eclipse.emf.validation.service
Class ConstraintChangeEventType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.emf.validation.service.ConstraintChangeEventType
All Implemented Interfaces:
Serializable, Enumerator

public final class ConstraintChangeEventType
extends AbstractEnumerator

Enumeration for a constraint change event type.

Since:
1.1
See Also:
Serialized Form

Field Summary
static ConstraintChangeEventType ADDED_CATEGORY
          Added category constraint change event type
static ConstraintChangeEventType DISABLED
          Disabled constraint change event type
static ConstraintChangeEventType ENABLED
          Enabled constraint change event type
static ConstraintChangeEventType REGISTERED
          Registered constraint change event type
static ConstraintChangeEventType REMOVED_CATEGORY
          Removed category constraint change event type
static ConstraintChangeEventType UNREGISTERED
          Unregistered constraint change event type
 
Method Summary
protected  List getValues()
          Obtains the collection of predefined constraint change event types
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REGISTERED

public static final ConstraintChangeEventType REGISTERED
Registered constraint change event type


UNREGISTERED

public static final ConstraintChangeEventType UNREGISTERED
Unregistered constraint change event type


ENABLED

public static final ConstraintChangeEventType ENABLED
Enabled constraint change event type


DISABLED

public static final ConstraintChangeEventType DISABLED
Disabled constraint change event type


ADDED_CATEGORY

public static final ConstraintChangeEventType ADDED_CATEGORY
Added category constraint change event type


REMOVED_CATEGORY

public static final ConstraintChangeEventType REMOVED_CATEGORY
Removed category constraint change event type

Method Detail

getValues

protected List getValues()
Obtains the collection of predefined constraint change event types

Returns:
an unmodifiable collection of the event types

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.