
Uses of Enum Class
org.hl7.fhir.dstu3.model.TestScript.ContentType
Packages that use TestScript.ContentType
-
Uses of TestScript.ContentType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestScript.ContentTypeModifier and TypeFieldDescriptionprotected Enumeration<TestScript.ContentType> TestScript.SetupActionOperationComponent.acceptThe content-type or mime-type to use for RESTful operation in the 'Accept' header.protected Enumeration<TestScript.ContentType> TestScript.SetupActionAssertComponent.contentTypeThe content-type or mime-type to use for RESTful operation in the 'Content-Type' header.protected Enumeration<TestScript.ContentType> TestScript.SetupActionOperationComponent.contentTypeThe content-type or mime-type to use for RESTful operation in the 'Content-Type' header.Methods in org.hl7.fhir.dstu3.model that return TestScript.ContentTypeModifier and TypeMethodDescriptionstatic TestScript.ContentTypeTestScript.SetupActionOperationComponent.getAccept()TestScript.SetupActionAssertComponent.getContentType()TestScript.SetupActionOperationComponent.getContentType()static TestScript.ContentTypeReturns the enum constant of this class with the specified name.static TestScript.ContentType[]TestScript.ContentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestScript.ContentTypeModifier and TypeMethodDescriptionTestScript.ContentTypeEnumFactory.fromType(PrimitiveType<?> code) TestScript.SetupActionOperationComponent.getAcceptElement()TestScript.SetupActionAssertComponent.getContentTypeElement()TestScript.SetupActionOperationComponent.getContentTypeElement()Methods in org.hl7.fhir.dstu3.model with parameters of type TestScript.ContentTypeModifier and TypeMethodDescriptionTestScript.SetupActionOperationComponent.setAccept(TestScript.ContentType value) TestScript.SetupActionAssertComponent.setContentType(TestScript.ContentType value) TestScript.SetupActionOperationComponent.setContentType(TestScript.ContentType value) TestScript.ContentTypeEnumFactory.toCode(TestScript.ContentType code) TestScript.ContentTypeEnumFactory.toSystem(TestScript.ContentType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TestScript.ContentTypeModifier and TypeMethodDescriptionTestScript.SetupActionOperationComponent.setAcceptElement(Enumeration<TestScript.ContentType> value) TestScript.SetupActionAssertComponent.setContentTypeElement(Enumeration<TestScript.ContentType> value) TestScript.SetupActionOperationComponent.setContentTypeElement(Enumeration<TestScript.ContentType> value)