|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.connectivity.oda.design.ParameterMode
A representation of the literals of the enumeration 'Parameter Mode', and utility methods for working with them. Indicates whether a parameter is of input and/or output mode.
DesignPackage.getParameterMode()
,
Serialized FormField Summary | |
static java.lang.String |
copyright
|
static int |
IN
The 'In' literal value. |
static ParameterMode |
IN_LITERAL
The 'In' literal object. |
static int |
IN_OUT
The 'In Out' literal value. |
static ParameterMode |
IN_OUT_LITERAL
The 'In Out' literal object. |
static int |
OUT
The 'Out' literal value. |
static ParameterMode |
OUT_LITERAL
The 'Out' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Parameter Mode' enumerators. |
Method Summary | |
static ParameterMode |
get(int value)
Returns the 'Parameter Mode' literal with the specified integer value. |
static ParameterMode |
get(java.lang.String literal)
Returns the 'Parameter Mode' literal with the specified literal value. |
static ParameterMode |
getByName(java.lang.String name)
Returns the 'Parameter Mode' literal with the specified name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String copyright
public static final int IN
IN_LITERAL
,
Constant Field Valuespublic static final int OUT
OUT_LITERAL
,
Constant Field Valuespublic static final int IN_OUT
IN_OUT_LITERAL
,
Constant Field Valuespublic static final ParameterMode IN_LITERAL
IN
public static final ParameterMode OUT_LITERAL
OUT
public static final ParameterMode IN_OUT_LITERAL
IN_OUT
public static final java.util.List VALUES
Method Detail |
public static ParameterMode get(java.lang.String literal)
public static ParameterMode getByName(java.lang.String name)
public static ParameterMode get(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |