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

Interface KeyCondition

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


    public interface KeyCondition
    extends ASTNode
    A representation of the KEY phrase in a START statement.

    The following features are supported:

    See Also:
    COBOLPackage.getKeyCondition()
    • Method Detail

      • getDataRef

        DataRef getDataRef()
        Returns the value of the 'Data Ref' containment reference.

        The value is the data item in the KEY phrase.

        Returns:
        the value of the 'Data Ref' containment reference.
        See Also:
        setDataRef(DataRef), COBOLPackage.getKeyCondition_DataRef()
      • setDataRef

        void setDataRef(DataRef value)
        Sets the value of the 'Data Ref' containment reference.
        Parameters:
        value - the new value of the 'Data Ref' containment reference.
        See Also:
        getDataRef()