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

Interface QualifiedRef

    • Method Detail

      • getSimpleRef

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

        The value is a reference to the data item being qualified.

        Returns:
        the value of the 'Simple Ref' containment reference.
        See Also:
        setSimpleRef(SimpleRef), COBOLPackage.getQualifiedRef_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()
      • getQualifiers

        java.util.List getQualifiers()
        Returns the value of the 'Qualifiers' containment reference list. The list contents are of type Qualifier.

        The items in the list are qualifiers.

        Returns:
        the value of the 'Qualifiers' containment reference list.
        See Also:
        COBOLPackage.getQualifiedRef_Qualifiers()