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