Interface BlockContainer

    • Method Detail

      • getBlock

        Block getBlock()
        Returns the value of the 'Block' containment reference.
        Returns:
        the value of the 'Block' containment reference.
        See Also:
        setBlock(Block), StatementsPackage.getBlockContainer_Block()
        Generated class or method.
        EMF model class or method.
        containment="true" resolveProxies="true" required="true"
      • setBlock

        void setBlock​(Block value)
        Sets the value of the 'Block' containment reference.
        Parameters:
        value - the new value of the 'Block' containment reference.
        See Also:
        getBlock()
        Generated class or method.