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

Interface TitleStmt

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


    public interface TitleStmt
    extends CompilerDirectingStmt
    A representation of the TITLE compiler-directing statement.

    The following features are supported:

    See Also:
    COBOLPackage.getTitleStmt()
    • Method Detail

      • getTitle

        Literal getTitle()
        Returns the value of the 'Title' containment reference.

        Returns:
        the value of the 'Title' containment reference.
        See Also:
        setTitle(Literal), COBOLPackage.getTitleStmt_Title()
      • setTitle

        void setTitle(Literal value)
        Sets the value of the 'Title' containment reference.
        Parameters:
        value - the new value of the 'Title' containment reference.
        See Also:
        getTitle()