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 class
LookupOutcome.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.Builder
builder()
boolean
equals(Object obj)
Code
getCode()
String
getDescription()
List<LookupOutcome.Property>
getSubproperty()
Element
getValue()
int
hashCode()
LookupOutcome.Property.Builder
toBuilder()
-
-
-
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()
-
-