Package com.ibm.fhir.term.spi
Class TranslationOutcome.Match.Product
- java.lang.Object
-
- com.ibm.fhir.term.spi.TranslationOutcome.Match.Product
-
- Enclosing class:
- TranslationOutcome.Match
public static class TranslationOutcome.Match.Product extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTranslationOutcome.Match.Product.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TranslationOutcome.Match.Product.Builderbuilder()booleanequals(Object obj)CodinggetConcept()UrigetElement()inthashCode()TranslationOutcome.Match.Product.BuildertoBuilder()
-
-
-
Method Detail
-
getElement
public Uri getElement()
-
getConcept
public Coding getConcept()
-
toBuilder
public TranslationOutcome.Match.Product.Builder toBuilder()
-
builder
public static TranslationOutcome.Match.Product.Builder builder()
-
-