
Uses of Enum
org.hl7.fhir.dstu2.model.TestScript.AssertionResponseTypes
Packages that use TestScript.AssertionResponseTypes
-
Uses of TestScript.AssertionResponseTypes in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.AssertionResponseTypesModifier and TypeFieldDescriptionprotected Enumeration
<TestScript.AssertionResponseTypes> TestScript.TestScriptSetupActionAssertComponent.response
okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.Methods in org.hl7.fhir.dstu2.model that return TestScript.AssertionResponseTypesModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.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.dstu2.model that return types with arguments of type TestScript.AssertionResponseTypesModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.getResponseElement()
Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.AssertionResponseTypesModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.setResponse
(TestScript.AssertionResponseTypes value) TestScript.AssertionResponseTypesEnumFactory.toCode
(TestScript.AssertionResponseTypes code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type TestScript.AssertionResponseTypesModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionAssertComponent.setResponseElement
(Enumeration<TestScript.AssertionResponseTypes> value)