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

Interface CicsFormatTimeTimeSeparatorClause

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


    public interface CicsFormatTimeTimeSeparatorClause
    extends ASTNode
    A representation of the TIMESEP option in the CICS FORMATTIME command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsFormatTimeTimeSeparatorClause()
    • Method Detail

      • getTimeSep

        DataRefOrLiteral getTimeSep()
        Returns the value of the 'Time Sep' containment reference.

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

        Returns:
        the value of the 'Time Sep' containment reference.
        See Also:
        setTimeSep(DataRefOrLiteral), COBOLPackage.getCicsFormatTimeTimeSeparatorClause_TimeSep()
      • setTimeSep

        void setTimeSep(DataRefOrLiteral value)
        Sets the value of the 'Time Sep' containment reference.
        Parameters:
        value - the new value of the 'Time Sep' containment reference.
        See Also:
        getTimeSep()