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

Interface CicsBifDeeditStmt

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


    public interface CicsBifDeeditStmt
    extends CicsStmt
    A representation of the CICS BIF DEEDIT command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsBifDeeditStmt()
    • Method Detail

      • getField

        DataRef getField()
        Returns the value of the 'Field' containment reference.

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

        Returns:
        the value of the 'Field' containment reference.
        See Also:
        setField(DataRef), COBOLPackage.getCicsBifDeeditStmt_Field()
      • setField

        void setField(DataRef value)
        Sets the value of the 'Field' containment reference.
        Parameters:
        value - the new value of the 'Field' containment reference.
        See Also:
        getField()
      • getLength

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

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

        Returns:
        the value of the 'Length' containment reference.
        See Also:
        setLength(DataRefOrLiteral), COBOLPackage.getCicsBifDeeditStmt_Length()
      • setLength

        void setLength(DataRefOrLiteral value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()