Interface ElementDefinition_ConstraintBuilder
-
- All Known Implementing Classes:
ElementDefinition_ConstraintBuilder.Impl
public interface ElementDefinition_ConstraintBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElementDefinition_ConstraintBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.ElementDefinition.Constraintbuild()static ElementDefinition_ConstraintBuilder.Implbuilder(java.lang.String key, java.lang.String human, com.babylonhealth.lit.hl7.CONSTRAINT_SEVERITY severity)static ElementDefinition_ConstraintBuilder.Implinit(java.lang.String key, java.lang.String human, com.babylonhealth.lit.hl7.CONSTRAINT_SEVERITY severity)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.ElementDefinition.Constraint build()
-
init
static ElementDefinition_ConstraintBuilder.Impl init(java.lang.String key, java.lang.String human, com.babylonhealth.lit.hl7.CONSTRAINT_SEVERITY severity)
-
builder
static ElementDefinition_ConstraintBuilder.Impl builder(java.lang.String key, java.lang.String human, com.babylonhealth.lit.hl7.CONSTRAINT_SEVERITY severity)
-
-