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

Interface NamedElement

    • Method Detail

      • getName

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

        The name of the the part of the COBOL program represented by the node that implements this interface.

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), COBOLPackage.getNamedElement_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()