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

Interface LibraryClause

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


    public interface LibraryClause
    extends ASTNode
    A representation of a library clause in a COPY statement.

    The following features are supported:

    See Also:
    COBOLPackage.getLibraryClause()
    • Method Detail

      • getLibraryName

        java.lang.String getLibraryName()
        Returns the value of the 'Library Name' attribute.

        The value is the library name; if a literal is used, the value is null.

        Returns:
        the value of the 'Library Name' attribute.
        See Also:
        setLibraryName(String), COBOLPackage.getLibraryClause_LibraryName()
      • setLibraryName

        void setLibraryName(java.lang.String value)
        Sets the value of the 'Library Name' attribute.
        Parameters:
        value - the new value of the 'Library Name' attribute.
        See Also:
        getLibraryName()
      • getLiteral

        Literal getLiteral()
        Returns the value of the 'Literal' containment reference.

        The value is the literal; if a library name is used, the value is null.

        Returns:
        the value of the 'Literal' containment reference.
        See Also:
        setLiteral(Literal), COBOLPackage.getLibraryClause_Literal()
      • setLiteral

        void setLiteral(Literal value)
        Sets the value of the 'Literal' containment reference.
        Parameters:
        value - the new value of the 'Literal' containment reference.
        See Also:
        getLiteral()