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

Interface UnstringDelimitedClause

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


    public interface UnstringDelimitedClause
    extends ASTNode
    A representation of the DELIMITED clause in an UNSTRING statement.

    The following features are supported:

    See Also:
    COBOLPackage.getUnstringDelimitedClause()
    • Method Detail

      • getDelimitedBy

        UnstringDelimiter getDelimitedBy()
        Returns the value of the 'Delimited By' containment reference.

        The value is the delimiter in the DELIMITED BY clause.

        Returns:
        the value of the 'Delimited By' containment reference.
        See Also:
        setDelimitedBy(UnstringDelimiter), COBOLPackage.getUnstringDelimitedClause_DelimitedBy()
      • setDelimitedBy

        void setDelimitedBy(UnstringDelimiter value)
        Sets the value of the 'Delimited By' containment reference.
        Parameters:
        value - the new value of the 'Delimited By' containment reference.
        See Also:
        getDelimitedBy()
      • getOr

        java.util.List getOr()
        Returns the value of the 'Or' containment reference list. The list contents are of type UnstringDelimiter.

        The list contains the delimiters in the OR clause.

        Returns:
        the value of the 'Or' containment reference list.
        See Also:
        COBOLPackage.getUnstringDelimitedClause_Or()