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

Interface CicsStartFromClause

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsStartFromClause
    extends ASTNode
    A representation of the FROM, LENGTH, and FMH options in a CICS START command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsStartFromClause()
    • Method Detail

      • getFrom

        DataRef getFrom()
        Returns the value of the 'From' containment reference.

        The value is a representation of the data area specified in the FROM option.

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsStartFromClause_From()
      • setFrom

        void setFrom(DataRef value)
        Sets the value of the 'From' containment reference.
        Parameters:
        value - the new value of the 'From' containment reference.
        See Also:
        getFrom()
      • getLength

        DataRefOrLiteral getLength()
        Returns the value of the 'Length' containment reference.

        The value is a representation of the data value specified in the LENGTH option.

        Returns:
        the value of the 'Length' containment reference.
        See Also:
        setLength(DataRefOrLiteral), COBOLPackage.getCicsStartFromClause_Length()
      • setLength

        void setLength(DataRefOrLiteral value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • isFMH

        boolean isFMH()
        Returns the value of the 'FMH' attribute.

        The value is true if the FMH option is used; false otherwise.

        Returns:
        the value of the 'FMH' attribute.
        See Also:
        setFMH(boolean), COBOLPackage.getCicsStartFromClause_FMH()
      • setFMH

        void setFMH(boolean value)
        Sets the value of the 'FMH' attribute.
        Parameters:
        value - the new value of the 'FMH' attribute.
        See Also:
        isFMH()