Interface ElementDefinition_BindingBuilder
-
- All Known Implementing Classes:
ElementDefinition_BindingBuilder.Impl
public interface ElementDefinition_BindingBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElementDefinition_BindingBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.ElementDefinition.Bindingbuild()static ElementDefinition_BindingBuilder.Implbuilder(com.babylonhealth.lit.hl7.BINDING_STRENGTH strength)static ElementDefinition_BindingBuilder.Implinit(com.babylonhealth.lit.hl7.BINDING_STRENGTH strength)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.ElementDefinition.Binding build()
-
init
static ElementDefinition_BindingBuilder.Impl init(com.babylonhealth.lit.hl7.BINDING_STRENGTH strength)
-
builder
static ElementDefinition_BindingBuilder.Impl builder(com.babylonhealth.lit.hl7.BINDING_STRENGTH strength)
-
-