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

Interface ImplicitDataRef

    • Method Detail

      • getName

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

        The value is the name of the data item that is referenced.

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), COBOLPackage.getImplicitDataRef_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()