public final class ParameterDirectionKind extends AbstractEnumerator
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
getLiteral, getName, getValue, toString, writeReplace
public static final int IN
IN_LITERAL
,
Constant Field Valuespublic static final int INOUT
INOUT_LITERAL
,
Constant Field Valuespublic static final int OUT
OUT_LITERAL
,
Constant Field Valuespublic static final int RETURN
RETURN_LITERAL
,
Constant Field Valuespublic static final ParameterDirectionKind IN_LITERAL
IN
public static final ParameterDirectionKind INOUT_LITERAL
INOUT
public static final ParameterDirectionKind OUT_LITERAL
OUT
public static final ParameterDirectionKind RETURN_LITERAL
RETURN
public static final List VALUES
public static ParameterDirectionKind get(String literal)
public static ParameterDirectionKind getByName(String name)
public static ParameterDirectionKind get(int value)