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

Interface UnstringIntoClause

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


    public interface UnstringIntoClause
    extends ASTNode
    A representation of an INTO clause in an UNSTRING statement.

    The following features are supported:

    See Also:
    COBOLPackage.getUnstringIntoClause()
    • Method Detail

      • getInto

        DataRef getInto()
        Returns the value of the 'Into' containment reference.

        The value is the data receiving field.

        Returns:
        the value of the 'Into' containment reference.
        See Also:
        setInto(DataRef), COBOLPackage.getUnstringIntoClause_Into()
      • setInto

        void setInto(DataRef value)
        Sets the value of the 'Into' containment reference.
        Parameters:
        value - the new value of the 'Into' containment reference.
        See Also:
        getInto()
      • getDelimiterIn

        DataRef getDelimiterIn()
        Returns the value of the 'Delimiter In' containment reference.

        The value is the delimiter receiving field.

        Returns:
        the value of the 'Delimiter In' containment reference.
        See Also:
        setDelimiterIn(DataRef), COBOLPackage.getUnstringIntoClause_DelimiterIn()
      • setDelimiterIn

        void setDelimiterIn(DataRef value)
        Sets the value of the 'Delimiter In' containment reference.
        Parameters:
        value - the new value of the 'Delimiter In' containment reference.
        See Also:
        getDelimiterIn()
      • getCountIn

        DataRef getCountIn()
        Returns the value of the 'Count In' containment reference.

        The value is the data count field.

        Returns:
        the value of the 'Count In' containment reference.
        See Also:
        setCountIn(DataRef), COBOLPackage.getUnstringIntoClause_CountIn()
      • setCountIn

        void setCountIn(DataRef value)
        Sets the value of the 'Count In' containment reference.
        Parameters:
        value - the new value of the 'Count In' containment reference.
        See Also:
        getCountIn()