Interface StringFormatSpecifier

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StringFormatSpecifier copyInstance()  
      java.lang.String format​(java.lang.String dValue, com.ibm.icu.util.ULocale lo)
      Formats a value using the internally defined format specifier rules
      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

        java.lang.String format​(java.lang.String dValue,
                                com.ibm.icu.util.ULocale lo)
        Formats a value using the internally defined format specifier rules
        Parameters:
        dValue -
        Returns:
        A formatted string representation of the string value provided