Interface TestScript_TestBuilder
-
- All Known Implementing Classes:
TestScript_TestBuilder.Impl
public interface TestScript_TestBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTestScript_TestBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.TestScript.Testbuild()static TestScript_TestBuilder.Implbuilder(java.util.Collection<TestScript_Test_ActionBuilder> action)static TestScript_TestBuilder.Implinit(java.util.Collection<com.babylonhealth.lit.hl7.model.TestScript$Test$Action> action)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.TestScript.Test build()
-
init
static TestScript_TestBuilder.Impl init(java.util.Collection<com.babylonhealth.lit.hl7.model.TestScript$Test$Action> action)
-
builder
static TestScript_TestBuilder.Impl builder(java.util.Collection<TestScript_Test_ActionBuilder> action)
-
-