|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ConstraintChangeEventType>
org.eclipse.emf.validation.service.ConstraintChangeEventType
public enum ConstraintChangeEventType
Enumeration for a constraint change event type.
| Enum Constant Summary | |
|---|---|
ADDED_CATEGORY
Added category constraint change event type |
|
DISABLED
Disabled constraint change event type |
|
ENABLED
Enabled constraint change event type |
|
REGISTERED
Registered constraint change event type |
|
REMOVED_CATEGORY
Removed category constraint change event type |
|
UNREGISTERED
Unregistered constraint change event type |
|
| Method Summary | |
|---|---|
String |
getLiteral()
|
String |
getName()
|
int |
getValue()
|
protected List<ConstraintChangeEventType> |
getValues()
Obtains the collection of predefined constraint change event types |
static ConstraintChangeEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ConstraintChangeEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ConstraintChangeEventType REGISTERED
public static final ConstraintChangeEventType UNREGISTERED
public static final ConstraintChangeEventType ENABLED
public static final ConstraintChangeEventType DISABLED
public static final ConstraintChangeEventType ADDED_CATEGORY
public static final ConstraintChangeEventType REMOVED_CATEGORY
| Method Detail |
|---|
public static final ConstraintChangeEventType[] values()
for(ConstraintChangeEventType c : ConstraintChangeEventType.values())
System.out.println(c);
public static ConstraintChangeEventType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified nameprotected List<ConstraintChangeEventType> getValues()
public int getValue()
getValue in interface Enumeratorpublic String getLiteral()
getLiteral in interface Enumeratorpublic String getName()
getName in interface Enumerator
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||