|
||||||||||
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.sintef.mofscript.MOFScriptModel.ParameterDirection
public final class ParameterDirection
A representation of the literals of the enumeration 'Parameter Direction', and utility methods for working with them.
MOFScriptModelPackage.getParameterDirection()
Field Summary | |
---|---|
static int |
IN
The 'IN' literal value |
static ParameterDirection |
IN_LITERAL
The 'IN' literal object |
static int |
INOUT
The 'INOUT' literal value |
static ParameterDirection |
INOUT_LITERAL
The 'INOUT' literal object |
static int |
OUT
The 'OUT' literal value |
static ParameterDirection |
OUT_LITERAL
The 'OUT' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Parameter Direction' enumerators |
Method Summary | |
---|---|
static ParameterDirection |
get(int value)
Returns the 'Parameter Direction' literal with the specified value |
static ParameterDirection |
get(java.lang.String name)
Returns the 'Parameter Direction' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
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
If the meaning of 'IN' literal object isn't clear, there really should be more of a description here...
IN_LITERAL
,
Constant Field Valuespublic static final int OUT
If the meaning of 'OUT' literal object isn't clear, there really should be more of a description here...
OUT_LITERAL
,
Constant Field Valuespublic static final int INOUT
If the meaning of 'INOUT' literal object isn't clear, there really should be more of a description here...
INOUT_LITERAL
,
Constant Field Valuespublic static final ParameterDirection IN_LITERAL
IN
public static final ParameterDirection OUT_LITERAL
OUT
public static final ParameterDirection INOUT_LITERAL
INOUT
public static final java.util.List VALUES
Method Detail |
---|
public static ParameterDirection get(java.lang.String name)
public static ParameterDirection get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |