Class BaseWorkerContext.NullTranslator

java.lang.Object
org.hl7.fhir.r5.context.BaseWorkerContext.NullTranslator
All Implemented Interfaces:
org.hl7.fhir.utilities.TranslationServices
Enclosing class:
BaseWorkerContext

public class BaseWorkerContext.NullTranslator extends Object implements org.hl7.fhir.utilities.TranslationServices
  • Constructor Details

  • Method Details

    • translate

      public String translate(String context, String value, String targetLang)
      Specified by:
      translate in interface org.hl7.fhir.utilities.TranslationServices
    • translate

      public String translate(String context, String value)
      Specified by:
      translate in interface org.hl7.fhir.utilities.TranslationServices
    • toStr

      public String toStr(float value)
      Specified by:
      toStr in interface org.hl7.fhir.utilities.TranslationServices
    • toStr

      public String toStr(Date value)
      Specified by:
      toStr in interface org.hl7.fhir.utilities.TranslationServices
    • translateAndFormat

      public String translateAndFormat(String contest, String lang, String value, Object... args)
      Specified by:
      translateAndFormat in interface org.hl7.fhir.utilities.TranslationServices
    • translations

      public Map<String,String> translations(String value)
      Specified by:
      translations in interface org.hl7.fhir.utilities.TranslationServices
    • listTranslations

      public Set<String> listTranslations(String category)
      Specified by:
      listTranslations in interface org.hl7.fhir.utilities.TranslationServices