|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.emf.ecore.change.ChangeKind
A representation of the literals of the enumeration 'Kind', and utility methods for working with them.
ChangePackage.getChangeKind()
Field Summary | |
static int |
ADD
The 'ADD' literal value |
static ChangeKind |
ADD_LITERAL
The 'ADD' literal object |
static int |
MOVE
The 'MOVE' literal value |
static ChangeKind |
MOVE_LITERAL
The 'MOVE' literal object |
static int |
REMOVE
The 'REMOVE' literal value |
static ChangeKind |
REMOVE_LITERAL
The 'REMOVE' literal object |
static List |
VALUES
A public read-only list of all the 'Kind' enumerators |
Method Summary | |
static ChangeKind |
get(int value)
Returns the 'Kind' literal with the specified integer value |
static ChangeKind |
get(String literal)
Returns the 'Kind' literal with the specified literal value |
static ChangeKind |
getByName(String name)
Returns the 'Kind' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int ADD
ADD_LITERAL
,
Constant Field Valuespublic static final int REMOVE
REMOVE_LITERAL
,
Constant Field Valuespublic static final int MOVE
MOVE_LITERAL
,
Constant Field Valuespublic static final ChangeKind ADD_LITERAL
If the meaning of 'ADD' literal object isn't clear, there really should be more of a description here...
ADD
public static final ChangeKind REMOVE_LITERAL
If the meaning of 'REMOVE' literal object isn't clear, there really should be more of a description here...
REMOVE
public static final ChangeKind MOVE_LITERAL
If the meaning of 'MOVE' literal object isn't clear, there really should be more of a description here...
MOVE
public static final List VALUES
Method Detail |
public static ChangeKind get(String literal)
public static ChangeKind getByName(String name)
public static ChangeKind get(int value)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |