Interface JavaDateFormatSpecifier

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      JavaDateFormatSpecifier copyInstance()  
      java.lang.String format​(com.ibm.icu.util.Calendar c, com.ibm.icu.util.ULocale lcl)
      Formats a calendar value using the Java date format pattern NOTE: Manually written
      java.lang.String format​(com.ibm.icu.util.Calendar c, java.util.Locale lcl)
      Deprecated. 
      java.lang.String getPattern()
      Returns the value of the 'Pattern' attribute.
      void setPattern​(java.lang.String value)
      Sets the value of the 'Pattern' attribute.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • setPattern

        void setPattern​(java.lang.String value)
        Sets the value of the 'Pattern' attribute.
        Parameters:
        value - the new value of the 'Pattern' attribute.
        See Also:
        getPattern()
      • format

        @Deprecated
        java.lang.String format​(com.ibm.icu.util.Calendar c,
                                java.util.Locale lcl)
        Deprecated.
        Formats a calendar value using the Java date format pattern NOTE: Manually written
        Parameters:
        c -
        lcl -
      • format

        java.lang.String format​(com.ibm.icu.util.Calendar c,
                                com.ibm.icu.util.ULocale lcl)
        Formats a calendar value using the Java date format pattern NOTE: Manually written
        Parameters:
        c -
        lcl -
        Since:
        2.1