Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Teardown
-
Packages that use TestScript.Teardown Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of TestScript.Teardown in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.Teardown Modifier and Type Method Description TestScript.TeardownTestScript.Teardown. addAction(TestScript.TeardownAction theValue)Adds a given new value for action ()TestScript.TeardownTestScript. getTeardown()Gets the value(s) for teardown ().TestScript.TeardownTestScript.Teardown. setAction(List<TestScript.TeardownAction> theValue)Sets the value(s) for action ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.Teardown Modifier and Type Method Description TestScriptTestScript. setTeardown(TestScript.Teardown theValue)Sets the value(s) for teardown ()
-