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

Interface ObjectReferenceItem

    • Method Detail

      • getClassName

        ClassName getClassName()
        Returns the value of the 'Class Name' reference.

        Returns:
        the value of the 'Class Name' reference.
        See Also:
        setClassName(ClassName), COBOLPackage.getObjectReferenceItem_ClassName()
      • setClassName

        void setClassName(ClassName value)
        Sets the value of the 'Class Name' reference.
        Parameters:
        value - the new value of the 'Class Name' reference.
        See Also:
        getClassName()