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

Interface Comment

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Subinterfaces:
    CommentLine, InlineComment, SequenceNumberAreaComment


    public interface Comment
    extends ASTNode
    A representation of the model object 'Comment'.

    The following features are supported:

    See Also:
    COBOLPackage.getComment()
    • Method Detail

      • getContent

        java.lang.String getContent()
        Returns the value of the 'Content' attribute.

        If the meaning of the 'Content' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Content' attribute.
        See Also:
        setContent(String), COBOLPackage.getComment_Content()
      • setContent

        void setContent(java.lang.String value)
        Sets the value of the 'Content' attribute.
        Parameters:
        value - the new value of the 'Content' attribute.
        See Also:
        getContent()