Interface ElementDefinition_TypeBuilder
-
- All Known Implementing Classes:
ElementDefinition_TypeBuilder.Impl
public interface ElementDefinition_TypeBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElementDefinition_TypeBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.ElementDefinition.Typebuild()static ElementDefinition_TypeBuilder.Implbuilder(java.lang.String code)static ElementDefinition_TypeBuilder.Implinit(java.lang.String code)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.ElementDefinition.Type build()
-
init
static ElementDefinition_TypeBuilder.Impl init(java.lang.String code)
-
builder
static ElementDefinition_TypeBuilder.Impl builder(java.lang.String code)
-
-