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

Interface CicsFormatTimeDateSeparatorClause

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


    public interface CicsFormatTimeDateSeparatorClause
    extends ASTNode
    A representation of the DATESEP option in the CICS FORMATTIME command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsFormatTimeDateSeparatorClause()
    • Method Detail

      • getDateSep

        DataRefOrLiteral getDateSep()
        Returns the value of the 'Date Sep' containment reference.

        The value is a representation of the data value specified in the DATESEP option; if there is no data value specified, the value is null.

        Returns:
        the value of the 'Date Sep' containment reference.
        See Also:
        setDateSep(DataRefOrLiteral), COBOLPackage.getCicsFormatTimeDateSeparatorClause_DateSep()
      • setDateSep

        void setDateSep(DataRefOrLiteral value)
        Sets the value of the 'Date Sep' containment reference.
        Parameters:
        value - the new value of the 'Date Sep' containment reference.
        See Also:
        getDateSep()