Interface Device_PropertyBuilder
-
- All Known Implementing Classes:
Device_PropertyBuilder.Impl
public interface Device_PropertyBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDevice_PropertyBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Device.Propertybuild()static Device_PropertyBuilder.Implbuilder(com.babylonhealth.lit.core_java.builders.CodeableConceptBuilder _type)static Device_PropertyBuilder.Implinit(com.babylonhealth.lit.core.model.CodeableConcept _type)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Device.Property build()
-
init
static Device_PropertyBuilder.Impl init(com.babylonhealth.lit.core.model.CodeableConcept _type)
-
builder
static Device_PropertyBuilder.Impl builder(com.babylonhealth.lit.core_java.builders.CodeableConceptBuilder _type)
-
-