com.ibm.etools.cobol.application.model.cobol
Class ActualParamType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.etools.cobol.application.model.cobol.ActualParamType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class ActualParamType
extends org.eclipse.emf.common.util.AbstractEnumerator

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.

See Also:
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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values

ACTUAL_BY_REFERENCE

public static final int ACTUAL_BY_REFERENCE
The 'ACTUAL BY REFERENCE' literal value.

Representation of BY REFERENCE

See Also:
ACTUAL_BY_REFERENCE_LITERAL, Constant Field Values

ACTUAL_BY_CONTENT

public static final int ACTUAL_BY_CONTENT
The 'ACTUAL BY CONTENT' literal value.

Representation of BY CONTENT

See Also:
ACTUAL_BY_CONTENT_LITERAL, Constant Field Values

ACTUAL_BY_VALUE

public static final int ACTUAL_BY_VALUE
The 'ACTUAL BY VALUE' literal value.

Representation of BY VALUE

See Also:
ACTUAL_BY_VALUE_LITERAL, Constant Field Values

ACTUAL_BY_REFERENCE_LITERAL

public static final ActualParamType ACTUAL_BY_REFERENCE_LITERAL
The 'ACTUAL BY REFERENCE' literal object.

See Also:
ACTUAL_BY_REFERENCE

ACTUAL_BY_CONTENT_LITERAL

public static final ActualParamType ACTUAL_BY_CONTENT_LITERAL
The 'ACTUAL BY CONTENT' literal object.

See Also:
ACTUAL_BY_CONTENT

ACTUAL_BY_VALUE_LITERAL

public static final ActualParamType ACTUAL_BY_VALUE_LITERAL
The 'ACTUAL BY VALUE' literal object.

See Also:
ACTUAL_BY_VALUE

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Actual Param Type' enumerators.

Method Detail

get

public static ActualParamType get(java.lang.String literal)
Returns the 'Actual Param Type' literal with the specified literal value.


getByName

public static ActualParamType getByName(java.lang.String name)
Returns the 'Actual Param Type' literal with the specified name.


get

public static ActualParamType get(int value)
Returns the 'Actual Param Type' literal with the specified integer value.