|
|||||||||||
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.uml2.uml.ParameterEffectKind
A representation of the literals of the enumeration 'Parameter Effect Kind', and utility methods for working with them. The datatype ParameterEffectKind is an enumeration that indicates the effect of a behavior on values passed in or out of its parameters.
UMLPackage.getParameterEffectKind()
Field Summary | |
static int |
CREATE
The 'Create' literal value |
static ParameterEffectKind |
CREATE_LITERAL
The 'Create' literal object |
static int |
DELETE
The 'Delete' literal value |
static ParameterEffectKind |
DELETE_LITERAL
The 'Delete' literal object |
static int |
READ
The 'Read' literal value |
static ParameterEffectKind |
READ_LITERAL
The 'Read' literal object |
static int |
UPDATE
The 'Update' literal value |
static ParameterEffectKind |
UPDATE_LITERAL
The 'Update' literal object |
static List |
VALUES
A public read-only list of all the 'Parameter Effect Kind' enumerators |
Method Summary | |
static ParameterEffectKind |
get(int value)
Returns the 'Parameter Effect Kind' literal with the specified integer value |
static ParameterEffectKind |
get(String literal)
Returns the 'Parameter Effect Kind' literal with the specified literal value |
static ParameterEffectKind |
getByName(String name)
Returns the 'Parameter Effect 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
ParameterEffectKind.CREATE_LITERAL
,
Constant Field Valuespublic static final int READ
ParameterEffectKind.READ_LITERAL
,
Constant Field Valuespublic static final int UPDATE
ParameterEffectKind.UPDATE_LITERAL
,
Constant Field Valuespublic static final int DELETE
ParameterEffectKind.DELETE_LITERAL
,
Constant Field Valuespublic static final ParameterEffectKind CREATE_LITERAL
ParameterEffectKind.CREATE
public static final ParameterEffectKind READ_LITERAL
ParameterEffectKind.READ
public static final ParameterEffectKind UPDATE_LITERAL
ParameterEffectKind.UPDATE
public static final ParameterEffectKind DELETE_LITERAL
ParameterEffectKind.DELETE
public static final List VALUES
Method Detail |
public static ParameterEffectKind get(String literal)
public static ParameterEffectKind getByName(String name)
public static ParameterEffectKind get(int value)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |