com.ibm.etools.cobol.application.model.cobol

Class ActualParamType

  • java.lang.Object
    • org.eclipse.emf.common.util.AbstractEnumerator
      • 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
    • 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.