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

Interface Qualifier

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


    public interface Qualifier
    extends ASTNode
    A representation of a qualifier in a qualified reference.

    The following features are supported:

    See Also:
    COBOLPackage.getQualifier()
    • Method Detail

      • getSimpleRef

        SimpleRef getSimpleRef()
        Returns the value of the 'Simple Ref' containment reference.

        The value is a reference to the data item that appears in the qualifier; if a file description entry is referenced, the value is null.

        Returns:
        the value of the 'Simple Ref' containment reference.
        See Also:
        setSimpleRef(SimpleRef), COBOLPackage.getQualifier_SimpleRef()
      • setSimpleRef

        void setSimpleRef(SimpleRef value)
        Sets the value of the 'Simple Ref' containment reference.
        Parameters:
        value - the new value of the 'Simple Ref' containment reference.
        See Also:
        getSimpleRef()
      • getFile

        FileDescriptionEntry getFile()
        Returns the value of the 'File' reference.

        The value is the file description entry that appears in the qualifier; if a data item appears in the qualifier, the value is null.

        Returns:
        the value of the 'File' reference.
        See Also:
        setFile(FileDescriptionEntry), COBOLPackage.getQualifier_File()
      • setFile

        void setFile(FileDescriptionEntry value)
        Sets the value of the 'File' reference.
        Parameters:
        value - the new value of the 'File' reference.
        See Also:
        getFile()