public final class FormalParamType
extends org.eclipse.emf.common.util.AbstractEnumerator
COBOLPackage.getFormalParamType(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static int |
FORMAL_BY_REFERENCE
The 'FORMAL BY REFERENCE' literal value.
|
static FormalParamType |
FORMAL_BY_REFERENCE_LITERAL
The 'FORMAL BY REFERENCE' literal object.
|
static int |
FORMAL_BY_VALUE
The 'FORMAL BY VALUE' literal value.
|
static FormalParamType |
FORMAL_BY_VALUE_LITERAL
The 'FORMAL BY VALUE' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Formal Param Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static FormalParamType |
get(int value)
Returns the 'Formal Param Type' literal with the specified integer value.
|
static FormalParamType |
get(java.lang.String literal)
Returns the 'Formal Param Type' literal with the specified literal value.
|
static FormalParamType |
getByName(java.lang.String name)
Returns the 'Formal Param Type' literal with the specified name.
|
public static final java.lang.String copyright
public static final int FORMAL_BY_REFERENCE
Represents the BY REFERENCE clause.
FORMAL_BY_REFERENCE_LITERAL,
Constant Field Valuespublic static final int FORMAL_BY_VALUE
Represents the BY VALUE clause.
FORMAL_BY_VALUE_LITERAL,
Constant Field Valuespublic static final FormalParamType FORMAL_BY_REFERENCE_LITERAL
FORMAL_BY_REFERENCEpublic static final FormalParamType FORMAL_BY_VALUE_LITERAL
FORMAL_BY_VALUEpublic static final java.util.List VALUES
public static FormalParamType get(java.lang.String literal)
public static FormalParamType getByName(java.lang.String name)
public static FormalParamType get(int value)