
Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Teardown
Packages that use TestScript.Teardown
-
Uses of TestScript.Teardown in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.TeardownModifier and TypeMethodDescriptionTestScript.Teardown.addAction
(TestScript.TeardownAction theValue) Adds a given new value for action ()TestScript.getTeardown()
Gets the value(s) for teardown ().TestScript.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.TeardownModifier and TypeMethodDescriptionTestScript.setTeardown
(TestScript.Teardown theValue) Sets the value(s) for teardown ()