|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.etools.cobol.application.model.cobol.FormalParamType
public final class FormalParamType
A representation of BY REFERENCE or BY VALUE clauses in the specification of parameters. This is a representation of the literals of the enumeration 'Formal Param Type', and utility methods for working with them
COBOLPackage.getFormalParamType(),
Serialized Form| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public static FormalParamType get(java.lang.String literal)
public static FormalParamType getByName(java.lang.String name)
public static FormalParamType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||