|
||||||||||
| 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.ActualParamType
public final class ActualParamType
A representation of the type of parameter in the USING phrase of a CALL statement. This includes the literals of the enumeration 'Actual Param Type', and utility methods for working with them.
COBOLPackage.getActualParamType(),
Serialized Form| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| 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 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
| Method Detail |
|---|
public static ActualParamType get(java.lang.String literal)
public static ActualParamType getByName(java.lang.String name)
public static ActualParamType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||