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

Interface BlockContainsClause

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


    public interface BlockContainsClause
    extends ASTNode
    A representation of the BLOCK CONTAINS clause in a file description entry.

    The following features are supported:

    See Also:
    COBOLPackage.getBlockContainsClause()
    • Method Detail

      • setSize

        void setSize(LiteralOrLiteralValueRange value)
        Sets the value of the 'Size' containment reference.
        Parameters:
        value - the new value of the 'Size' containment reference.
        See Also:
        getSize()
      • getUnitClause

        UnitClause getUnitClause()
        Returns the value of the 'Unit Clause' containment reference.

        The value is a representation of the clause that specifies the block size unit. If that clause is not present, the value is null.

        Returns:
        the value of the 'Unit Clause' containment reference.
        See Also:
        setUnitClause(UnitClause), COBOLPackage.getBlockContainsClause_UnitClause()
      • setUnitClause

        void setUnitClause(UnitClause value)
        Sets the value of the 'Unit Clause' containment reference.
        Parameters:
        value - the new value of the 'Unit Clause' containment reference.
        See Also:
        getUnitClause()