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

Interface CicsDeleteKeyLengthClause

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


    public interface CicsDeleteKeyLengthClause
    extends ASTNode
    A representation of the KEYLENGTH, GENERIC, and NUMREC options in the CICS DELETE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDeleteKeyLengthClause()
    • Method Detail

      • getKeyLength

        DataRefOrLiteral getKeyLength()
        Returns the value of the 'Key Length' containment reference.

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

        Returns:
        the value of the 'Key Length' containment reference.
        See Also:
        setKeyLength(DataRefOrLiteral), COBOLPackage.getCicsDeleteKeyLengthClause_KeyLength()
      • setKeyLength

        void setKeyLength(DataRefOrLiteral value)
        Sets the value of the 'Key Length' containment reference.
        Parameters:
        value - the new value of the 'Key Length' containment reference.
        See Also:
        getKeyLength()
      • isGeneric

        boolean isGeneric()
        Returns the value of the 'Generic' attribute.

        The value is true if the GENERIC option is used; false otherwise.

        Returns:
        the value of the 'Generic' attribute.
        See Also:
        setGeneric(boolean), COBOLPackage.getCicsDeleteKeyLengthClause_Generic()
      • setGeneric

        void setGeneric(boolean value)
        Sets the value of the 'Generic' attribute.
        Parameters:
        value - the new value of the 'Generic' attribute.
        See Also:
        isGeneric()
      • getNumRec

        DataRef getNumRec()
        Returns the value of the 'Num Rec' containment reference.

        The value is a representation of the data area specified in the NUMREC option; if that option is not used, the value is null.

        Returns:
        the value of the 'Num Rec' containment reference.
        See Also:
        setNumRec(DataRef), COBOLPackage.getCicsDeleteKeyLengthClause_NumRec()
      • setNumRec

        void setNumRec(DataRef value)
        Sets the value of the 'Num Rec' containment reference.
        Parameters:
        value - the new value of the 'Num Rec' containment reference.
        See Also:
        getNumRec()