Interface Provenance_AgentBuilder
-
- All Known Implementing Classes:
Provenance_AgentBuilder.Impl
public interface Provenance_AgentBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classProvenance_AgentBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Provenance.Agentbuild()static Provenance_AgentBuilder.Implbuilder(com.babylonhealth.lit.core_java.builders.ReferenceBuilder who)static Provenance_AgentBuilder.Implinit(com.babylonhealth.lit.core.model.Reference who)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Provenance.Agent build()
-
init
static Provenance_AgentBuilder.Impl init(com.babylonhealth.lit.core.model.Reference who)
-
builder
static Provenance_AgentBuilder.Impl builder(com.babylonhealth.lit.core_java.builders.ReferenceBuilder who)
-
-