Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestCaseDependencyComponent
-
Uses of TestPlan.TestCaseDependencyComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected TestPlan.TestCaseDependencyComponent
JsonParser.parseTestPlanTestCaseDependencyComponent
(com.google.gson.JsonObject json) protected TestPlan.TestCaseDependencyComponent
XmlParser.parseTestPlanTestCaseDependencyComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestCaseDependencyComponent
(String name, TestPlan.TestCaseDependencyComponent element) protected void
JsonParser.composeTestCaseDependencyComponentProperties
(TestPlan.TestCaseDependencyComponent element) protected void
RdfParser.composeTestPlanTestCaseDependencyComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestCaseDependencyComponent element, int index) protected void
XmlParser.composeTestPlanTestCaseDependencyComponent
(String name, TestPlan.TestCaseDependencyComponent element) protected void
XmlParser.composeTestPlanTestCaseDependencyComponentElements
(TestPlan.TestCaseDependencyComponent element) protected boolean
XmlParser.parseTestPlanTestCaseDependencyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestCaseDependencyComponent res) protected void
JsonParser.parseTestPlanTestCaseDependencyComponentProperties
(com.google.gson.JsonObject json, TestPlan.TestCaseDependencyComponent res) -
Uses of TestPlan.TestCaseDependencyComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<TestPlan.TestCaseDependencyComponent> TestPlan.TestPlanTestCaseComponent.dependency
The required criteria to execute the test case - e.g.Modifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addDependency()
TestPlan.TestCaseDependencyComponent.copy()
TestPlan.TestPlanTestCaseComponent.getDependencyFirstRep()
TestPlan.TestCaseDependencyComponent.setDescription
(String value) TestPlan.TestCaseDependencyComponent.setDescriptionElement
(MarkdownType value) TestPlan.TestCaseDependencyComponent.setPredecessor
(Reference value) Modifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addDependency
(TestPlan.TestCaseDependencyComponent t) void
TestPlan.TestCaseDependencyComponent.copyValues
(TestPlan.TestCaseDependencyComponent dst) Modifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.setDependency
(List<TestPlan.TestCaseDependencyComponent> theDependency)