|
|||||||||||
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.ParameterDirectionKind
A representation of the literals of the enumeration 'Parameter Direction Kind', and utility methods for working with them. Parameter direction kind is an enumeration type that defines literals used to specify direction of parameters.
UMLPackage.getParameterDirectionKind()
Field Summary | |
static int |
IN
The 'In' literal value |
static ParameterDirectionKind |
IN_LITERAL
The 'In' literal object |
static int |
INOUT
The 'Inout' literal value |
static ParameterDirectionKind |
INOUT_LITERAL
The 'Inout' literal object |
static int |
OUT
The 'Out' literal value |
static ParameterDirectionKind |
OUT_LITERAL
The 'Out' literal object |
static int |
RETURN
The 'Return' literal value |
static ParameterDirectionKind |
RETURN_LITERAL
The 'Return' literal object |
static List |
VALUES
A public read-only list of all the 'Parameter Direction Kind' enumerators |
Method Summary | |
static ParameterDirectionKind |
get(int value)
Returns the 'Parameter Direction Kind' literal with the specified integer value |
static ParameterDirectionKind |
get(String literal)
Returns the 'Parameter Direction Kind' literal with the specified literal value |
static ParameterDirectionKind |
getByName(String name)
Returns the 'Parameter Direction 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 IN
ParameterDirectionKind.IN_LITERAL
,
Constant Field Valuespublic static final int INOUT
ParameterDirectionKind.INOUT_LITERAL
,
Constant Field Valuespublic static final int OUT
ParameterDirectionKind.OUT_LITERAL
,
Constant Field Valuespublic static final int RETURN
ParameterDirectionKind.RETURN_LITERAL
,
Constant Field Valuespublic static final ParameterDirectionKind IN_LITERAL
ParameterDirectionKind.IN
public static final ParameterDirectionKind INOUT_LITERAL
ParameterDirectionKind.INOUT
public static final ParameterDirectionKind OUT_LITERAL
ParameterDirectionKind.OUT
public static final ParameterDirectionKind RETURN_LITERAL
ParameterDirectionKind.RETURN
public static final List VALUES
Method Detail |
public static ParameterDirectionKind get(String literal)
public static ParameterDirectionKind getByName(String name)
public static ParameterDirectionKind 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 |