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

Interface UnstringDelimiter

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


    public interface UnstringDelimiter
    extends ASTNode
    A representation of a delimiter in an UNSTRING statement.

    The following features are supported:

    See Also:
    COBOLPackage.getUnstringDelimiter()
    • Method Detail

      • isAll

        boolean isAll()
        Returns the value of the 'All' attribute.

        The value is true if the ALL keyword is present; false otherwise.

        Returns:
        the value of the 'All' attribute.
        See Also:
        setAll(boolean), COBOLPackage.getUnstringDelimiter_All()
      • setAll

        void setAll(boolean value)
        Sets the value of the 'All' attribute.
        Parameters:
        value - the new value of the 'All' attribute.
        See Also:
        isAll()
      • getItem

        DataRefOrLiteral getItem()
        Returns the value of the 'Item' containment reference.

        The value is the data item or literal that is the delimiter.

        Returns:
        the value of the 'Item' containment reference.
        See Also:
        setItem(DataRefOrLiteral), COBOLPackage.getUnstringDelimiter_Item()
      • setItem

        void setItem(DataRefOrLiteral value)
        Sets the value of the 'Item' containment reference.
        Parameters:
        value - the new value of the 'Item' containment reference.
        See Also:
        getItem()