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

Interface CicsDeleteRIDFLDClause

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


    public interface CicsDeleteRIDFLDClause
    extends CicsDeleteTokenOrRIDFLDClause
    A representation of the RIDFLD clause in the CICS DELETE command, including any KEYLENGTH options that are specified.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDeleteRIDFLDClause()
    • Method Detail

      • getRIDFLD

        DataRef getRIDFLD()
        Returns the value of the 'RIDFLD' containment reference.

        The value is a representation of the data area specified in the RIDFLD option.

        Returns:
        the value of the 'RIDFLD' containment reference.
        See Also:
        setRIDFLD(DataRef), COBOLPackage.getCicsDeleteRIDFLDClause_RIDFLD()
      • setRIDFLD

        void setRIDFLD(DataRef value)
        Sets the value of the 'RIDFLD' containment reference.
        Parameters:
        value - the new value of the 'RIDFLD' containment reference.
        See Also:
        getRIDFLD()
      • getKeyLengthClause

        CicsDeleteKeyLengthClause getKeyLengthClause()
        Returns the value of the 'Key Length Clause' containment reference.

        The value is a representation of the options in the KEYLENGTH clause; if the KEYLENGTH clause is not used, the value is null.

        Returns:
        the value of the 'Key Length Clause' containment reference.
        See Also:
        setKeyLengthClause(CicsDeleteKeyLengthClause), COBOLPackage.getCicsDeleteRIDFLDClause_KeyLengthClause()