
Uses of Class
org.hl7.fhir.r5.tools.TestCases.TestCasesSuiteParameterComponent
Packages that use TestCases.TestCasesSuiteParameterComponent
-
Uses of TestCases.TestCasesSuiteParameterComponent in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools with type parameters of type TestCases.TestCasesSuiteParameterComponentModifier and TypeFieldDescriptionprotected List
<TestCases.TestCasesSuiteParameterComponent> TestCases.TestCasesSuiteComponent.parameterList
A parameter passed to the runner when executing tests.protected List
<TestCases.TestCasesSuiteParameterComponent> TestCases.TestCasesSuiteTestComponent.parameterList
Methods in org.hl7.fhir.r5.tools that return TestCases.TestCasesSuiteParameterComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.addParameter()
TestCases.TestCasesSuiteParameterComponent.copy()
TestCases.TestCasesSuiteTestComponent.getParameterFirstRep()
ToolsJsonParser.parseTestCasesSuiteParameterComponent
(com.google.gson.JsonObject json) ToolsXmlParser.parseTestCasesSuiteParameterComponent
(org.xmlpull.v1.XmlPullParser xpp) TestCases.TestCasesSuiteParameterComponent.setModeElement
(CodeType value) TestCases.TestCasesSuiteParameterComponent.setNameElement
(StringType value) Methods in org.hl7.fhir.r5.tools that return types with arguments of type TestCases.TestCasesSuiteParameterComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteComponent.getParameterList()
TestCases.TestCasesSuiteTestComponent.getParameterList()
Methods in org.hl7.fhir.r5.tools with parameters of type TestCases.TestCasesSuiteParameterComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteComponent.addParameter
(TestCases.TestCasesSuiteParameterComponent t) TestCases.TestCasesSuiteTestComponent.addParameter
(TestCases.TestCasesSuiteParameterComponent t) protected void
ToolsJsonParser.composeTestCasesSuiteParameterComponent
(String name, TestCases.TestCasesSuiteParameterComponent element) protected void
ToolsXmlParser.composeTestCasesSuiteParameterComponent
(String name, TestCases.TestCasesSuiteParameterComponent element) protected void
ToolsXmlParser.composeTestCasesSuiteParameterComponentElements
(TestCases.TestCasesSuiteParameterComponent element) protected void
ToolsJsonParser.composeTestCasesSuiteParameterComponentProperties
(TestCases.TestCasesSuiteParameterComponent element) void
TestCases.TestCasesSuiteParameterComponent.copyValues
(TestCases.TestCasesSuiteParameterComponent dst) protected boolean
ToolsXmlParser.parseTestCasesSuiteParameterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestCases.TestCasesSuiteParameterComponent res) protected void
ToolsJsonParser.parseTestCasesSuiteParameterComponentProperties
(com.google.gson.JsonObject json, TestCases.TestCasesSuiteParameterComponent res) Method parameters in org.hl7.fhir.r5.tools with type arguments of type TestCases.TestCasesSuiteParameterComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteComponent.setParameterList
(List<TestCases.TestCasesSuiteParameterComponent> theParameter) TestCases.TestCasesSuiteTestComponent.setParameterList
(List<TestCases.TestCasesSuiteParameterComponent> theParameter)