Package com.ibm.fhir.term.spi
Class LookupOutcome.Property
- java.lang.Object
 - 
- com.ibm.fhir.term.spi.LookupOutcome.Property
 
 
- 
- Enclosing class:
 - LookupOutcome
 
public static class LookupOutcome.Property extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLookupOutcome.Property.Builder 
- 
Constructor Summary
Constructors Constructor Description Property(LookupOutcome.Property.Builder builder) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LookupOutcome.Property.Builderbuilder()booleanequals(Object obj)CodegetCode()StringgetDescription()List<LookupOutcome.Property>getSubproperty()ElementgetValue()inthashCode()LookupOutcome.Property.BuildertoBuilder() 
 - 
 
- 
- 
Constructor Detail
- 
Property
public Property(LookupOutcome.Property.Builder builder)
 
 - 
 
- 
Method Detail
- 
getCode
public Code getCode()
 
- 
getValue
public Element getValue()
 
- 
getDescription
public String getDescription()
 
- 
getSubproperty
public List<LookupOutcome.Property> getSubproperty()
 
- 
toBuilder
public LookupOutcome.Property.Builder toBuilder()
 
- 
builder
public static LookupOutcome.Property.Builder builder()
 
 - 
 
 -