Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.TeardownAction
-
Packages that use TestScript.TeardownAction Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of TestScript.TeardownAction in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.TeardownAction Modifier and Type Method Description TestScript.TeardownActionTestScript.Teardown. addAction()Adds and returns a new value for action ()TestScript.TeardownActionTestScript.Teardown. getActionFirstRep()Gets the first repetition for action (), creating it if it does not already exist.TestScript.TeardownActionTestScript.TeardownAction. setOperation(TestScript.SetupActionOperation theValue)Sets the value(s) for operation ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type TestScript.TeardownAction Modifier and Type Method Description List<TestScript.TeardownAction>TestScript.Teardown. getAction()Gets the value(s) for action ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.TeardownAction Modifier and Type Method Description TestScript.TeardownTestScript.Teardown. addAction(TestScript.TeardownAction theValue)Adds a given new value for action ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type TestScript.TeardownAction Modifier and Type Method Description TestScript.TeardownTestScript.Teardown. setAction(List<TestScript.TeardownAction> theValue)Sets the value(s) for action ()
-