Interface GraphDefinition_Link_Target_CompartmentBuilder
-
- All Known Implementing Classes:
GraphDefinition_Link_Target_CompartmentBuilder.Impl
public interface GraphDefinition_Link_Target_CompartmentBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGraphDefinition_Link_Target_CompartmentBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.GraphDefinition$Link$Target$Compartmentbuild()static GraphDefinition_Link_Target_CompartmentBuilder.Implbuilder(com.babylonhealth.lit.hl7.GRAPH_COMPARTMENT_USE use, com.babylonhealth.lit.hl7.COMPARTMENT_TYPE code, com.babylonhealth.lit.hl7.GRAPH_COMPARTMENT_RULE rule)static GraphDefinition_Link_Target_CompartmentBuilder.Implinit(com.babylonhealth.lit.hl7.GRAPH_COMPARTMENT_USE use, com.babylonhealth.lit.hl7.COMPARTMENT_TYPE code, com.babylonhealth.lit.hl7.GRAPH_COMPARTMENT_RULE rule)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.GraphDefinition$Link$Target$Compartment build()
-
init
static GraphDefinition_Link_Target_CompartmentBuilder.Impl init(com.babylonhealth.lit.hl7.GRAPH_COMPARTMENT_USE use, com.babylonhealth.lit.hl7.COMPARTMENT_TYPE code, com.babylonhealth.lit.hl7.GRAPH_COMPARTMENT_RULE rule)
-
builder
static GraphDefinition_Link_Target_CompartmentBuilder.Impl builder(com.babylonhealth.lit.hl7.GRAPH_COMPARTMENT_USE use, com.babylonhealth.lit.hl7.COMPARTMENT_TYPE code, com.babylonhealth.lit.hl7.GRAPH_COMPARTMENT_RULE rule)
-
-