Uses of Class
com.ibm.fhir.term.spi.TranslationOutcome.Match.Product
-
Packages that use TranslationOutcome.Match.Product Package Description com.ibm.fhir.term.spi -
-
Uses of TranslationOutcome.Match.Product in com.ibm.fhir.term.spi
Methods in com.ibm.fhir.term.spi that return TranslationOutcome.Match.Product Modifier and Type Method Description TranslationOutcome.Match.Product
TranslationOutcome.Match.Product.Builder. build()
Methods in com.ibm.fhir.term.spi that return types with arguments of type TranslationOutcome.Match.Product Modifier and Type Method Description List<TranslationOutcome.Match.Product>
TranslationOutcome.Match. getProduct()
Methods in com.ibm.fhir.term.spi with parameters of type TranslationOutcome.Match.Product Modifier and Type Method Description protected TranslationOutcome.Match.Product.Builder
TranslationOutcome.Match.Product.Builder. from(TranslationOutcome.Match.Product product)
TranslationOutcome.Match.Builder
TranslationOutcome.Match.Builder. product(TranslationOutcome.Match.Product... product)
Method parameters in com.ibm.fhir.term.spi with type arguments of type TranslationOutcome.Match.Product Modifier and Type Method Description TranslationOutcome.Match.Builder
TranslationOutcome.Match.Builder. product(Collection<TranslationOutcome.Match.Product> product)
-