public final class ActualParamType
extends org.eclipse.emf.common.util.AbstractEnumerator
COBOLPackage.getActualParamType(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static int |
ACTUAL_BY_CONTENT
The 'ACTUAL BY CONTENT' literal value.
|
static ActualParamType |
ACTUAL_BY_CONTENT_LITERAL
The 'ACTUAL BY CONTENT' literal object.
|
static int |
ACTUAL_BY_REFERENCE
The 'ACTUAL BY REFERENCE' literal value.
|
static ActualParamType |
ACTUAL_BY_REFERENCE_LITERAL
The 'ACTUAL BY REFERENCE' literal object.
|
static int |
ACTUAL_BY_VALUE
The 'ACTUAL BY VALUE' literal value.
|
static ActualParamType |
ACTUAL_BY_VALUE_LITERAL
The 'ACTUAL BY VALUE' literal object.
|
static java.lang.String |
copyright |
static java.util.List |
VALUES
A public read-only list of all the 'Actual Param Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ActualParamType |
get(int value)
Returns the 'Actual Param Type' literal with the specified integer value.
|
static ActualParamType |
get(java.lang.String literal)
Returns the 'Actual Param Type' literal with the specified literal value.
|
static ActualParamType |
getByName(java.lang.String name)
Returns the 'Actual Param Type' literal with the specified name.
|
public static final java.lang.String copyright
public static final int ACTUAL_BY_REFERENCE
Representation of BY REFERENCE
ACTUAL_BY_REFERENCE_LITERAL,
Constant Field Valuespublic static final int ACTUAL_BY_CONTENT
Representation of BY CONTENT
ACTUAL_BY_CONTENT_LITERAL,
Constant Field Valuespublic static final int ACTUAL_BY_VALUE
Representation of BY VALUE
ACTUAL_BY_VALUE_LITERAL,
Constant Field Valuespublic static final ActualParamType ACTUAL_BY_REFERENCE_LITERAL
ACTUAL_BY_REFERENCEpublic static final ActualParamType ACTUAL_BY_CONTENT_LITERAL
ACTUAL_BY_CONTENTpublic static final ActualParamType ACTUAL_BY_VALUE_LITERAL
ACTUAL_BY_VALUEpublic static final java.util.List VALUES
public static ActualParamType get(java.lang.String literal)
public static ActualParamType getByName(java.lang.String name)
public static ActualParamType get(int value)