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

Interface Level66Item

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


    public interface Level66Item
    extends AbstractDataItem
    A representation of a level 66 data item. A level 1 item has level 66 data items.

    The following features are supported:

    See Also:
    COBOLPackage.getLevel66Item()
    • Method Detail

      • getStart

        DataItem getStart()
        Returns the value of the 'Start' reference.

        The first data name specified in the RENAMES clause.

        Returns:
        the value of the 'Start' reference.
        See Also:
        setStart(DataItem), COBOLPackage.getLevel66Item_Start()
      • setStart

        void setStart(DataItem value)
        Sets the value of the 'Start' reference.
        Parameters:
        value - the new value of the 'Start' reference.
        See Also:
        getStart()
      • getEnd

        DataItem getEnd()
        Returns the value of the 'End' reference.

        The second data item specified in the RENAMES clause (the data item after the THROUGH keyword).

        Returns:
        the value of the 'End' reference.
        See Also:
        setEnd(DataItem), COBOLPackage.getLevel66Item_End()
      • setEnd

        void setEnd(DataItem value)
        Sets the value of the 'End' reference.
        Parameters:
        value - the new value of the 'End' reference.
        See Also:
        getEnd()