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

Interface DateFormatClause

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


    public interface DateFormatClause
    extends ASTNode
    A representation of a DATE FORMAT clause in the declaration of a data item.

    The following features are supported:

    See Also:
    COBOLPackage.getDateFormatClause()
    • Method Detail

      • getDatePattern

        java.lang.String getDatePattern()
        Returns the value of the 'Date Pattern' attribute.

        Returns:
        the value of the 'Date Pattern' attribute.
        See Also:
        setDatePattern(String), COBOLPackage.getDateFormatClause_DatePattern()
      • setDatePattern

        void setDatePattern(java.lang.String value)
        Sets the value of the 'Date Pattern' attribute.
        Parameters:
        value - the new value of the 'Date Pattern' attribute.
        See Also:
        getDatePattern()