Interface CodeSystem_PropertyBuilder
-
- All Known Implementing Classes:
CodeSystem_PropertyBuilder.Impl
public interface CodeSystem_PropertyBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCodeSystem_PropertyBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.CodeSystem.Propertybuild()static CodeSystem_PropertyBuilder.Implbuilder(java.lang.String code, com.babylonhealth.lit.hl7.CONCEPT_PROPERTY_TYPE _type)static CodeSystem_PropertyBuilder.Implinit(java.lang.String code, com.babylonhealth.lit.hl7.CONCEPT_PROPERTY_TYPE _type)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.CodeSystem.Property build()
-
init
static CodeSystem_PropertyBuilder.Impl init(java.lang.String code, com.babylonhealth.lit.hl7.CONCEPT_PROPERTY_TYPE _type)
-
builder
static CodeSystem_PropertyBuilder.Impl builder(java.lang.String code, com.babylonhealth.lit.hl7.CONCEPT_PROPERTY_TYPE _type)
-
-