|
Generation Framework | ||||||||||
| 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.gmf.tooldef.ActionKind
A representation of the literals of the enumeration 'Action Kind', and utility methods for working with them.
GMFToolPackage.getActionKind()| Field Summary | |
static int |
CREATE
The 'CREATE' literal value |
static ActionKind |
CREATE_LITERAL
The 'CREATE' literal object |
static int |
CUSTOM
The 'CUSTOM' literal value |
static ActionKind |
CUSTOM_LITERAL
The 'CUSTOM' literal object |
static int |
MODIFY
The 'MODIFY' literal value |
static ActionKind |
MODIFY_LITERAL
The 'MODIFY' literal object |
static int |
PROCESS
The 'PROCESS' literal value |
static ActionKind |
PROCESS_LITERAL
The 'PROCESS' literal object |
static int |
PROPCHANGE
The 'PROPCHANGE' literal value |
static ActionKind |
PROPCHANGE_LITERAL
The 'PROPCHANGE' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Action Kind' enumerators |
| Method Summary | |
static ActionKind |
get(int value)
Returns the 'Action Kind' literal with the specified integer value |
static ActionKind |
get(java.lang.String literal)
Returns the 'Action Kind' literal with the specified literal value |
static ActionKind |
getByName(java.lang.String name)
Returns the 'Action 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 CREATE
If the meaning of 'CREATE' literal object isn't clear, there really should be more of a description here...
ActionKind.CREATE_LITERAL,
Constant Field Valuespublic static final int PROPCHANGE
If the meaning of 'PROPCHANGE' literal object isn't clear, there really should be more of a description here...
ActionKind.PROPCHANGE_LITERAL,
Constant Field Valuespublic static final int MODIFY
If the meaning of 'MODIFY' literal object isn't clear, there really should be more of a description here...
ActionKind.MODIFY_LITERAL,
Constant Field Valuespublic static final int PROCESS
If the meaning of 'PROCESS' literal object isn't clear, there really should be more of a description here...
ActionKind.PROCESS_LITERAL,
Constant Field Valuespublic static final int CUSTOM
If the meaning of 'CUSTOM' literal object isn't clear, there really should be more of a description here...
ActionKind.CUSTOM_LITERAL,
Constant Field Valuespublic static final ActionKind CREATE_LITERAL
ActionKind.CREATEpublic static final ActionKind PROPCHANGE_LITERAL
ActionKind.PROPCHANGEpublic static final ActionKind MODIFY_LITERAL
ActionKind.MODIFYpublic static final ActionKind PROCESS_LITERAL
ActionKind.PROCESSpublic static final ActionKind CUSTOM_LITERAL
ActionKind.CUSTOMpublic static final java.util.List VALUES
| Method Detail |
public static ActionKind get(java.lang.String literal)
public static ActionKind getByName(java.lang.String name)
public static ActionKind get(int value)
|
Generation Framework | ||||||||||
| 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., Borland Software Corp., and others 2005,2006. All rights reserved.