
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.parameterListA parameter passed to the runner when executing tests.protected List<TestCases.TestCasesSuiteParameterComponent> TestCases.TestCasesSuiteTestComponent.parameterListMethods 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 voidToolsJsonParser.composeTestCasesSuiteParameterComponent(String name, TestCases.TestCasesSuiteParameterComponent element) protected voidToolsXmlParser.composeTestCasesSuiteParameterComponent(String name, TestCases.TestCasesSuiteParameterComponent element) protected voidToolsXmlParser.composeTestCasesSuiteParameterComponentElements(TestCases.TestCasesSuiteParameterComponent element) protected voidToolsJsonParser.composeTestCasesSuiteParameterComponentProperties(TestCases.TestCasesSuiteParameterComponent element) voidTestCases.TestCasesSuiteParameterComponent.copyValues(TestCases.TestCasesSuiteParameterComponent dst) protected booleanToolsXmlParser.parseTestCasesSuiteParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestCases.TestCasesSuiteParameterComponent res) protected voidToolsJsonParser.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)