Uses of Enum
org.hl7.fhir.r5.model.TestScript.AssertionResponseTypes
Packages that use TestScript.AssertionResponseTypes
-
Uses of TestScript.AssertionResponseTypes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestScript.AssertionResponseTypesModifier and TypeFieldDescriptionprotected Enumeration<TestScript.AssertionResponseTypes>TestScript.SetupActionAssertComponent.responseokay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.Methods in org.hl7.fhir.r5.model that return TestScript.AssertionResponseTypesModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.getResponse()Returns the enum constant of this type with the specified name.static TestScript.AssertionResponseTypes[]TestScript.AssertionResponseTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type TestScript.AssertionResponseTypesMethods in org.hl7.fhir.r5.model with parameters of type TestScript.AssertionResponseTypesModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setResponse(TestScript.AssertionResponseTypes value) TestScript.AssertionResponseTypesEnumFactory.toCode(TestScript.AssertionResponseTypes code) TestScript.AssertionResponseTypesEnumFactory.toSystem(TestScript.AssertionResponseTypes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestScript.AssertionResponseTypesModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setResponseElement(Enumeration<TestScript.AssertionResponseTypes> value)