Uses of Enum
org.hl7.fhir.dstu2.model.TestScript.ContentType
Packages that use TestScript.ContentType
-
Uses of TestScript.ContentType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.ContentTypeModifier and TypeFieldDescriptionprotected Enumeration<TestScript.ContentType>TestScript.TestScriptSetupActionOperationComponent.acceptThe content-type or mime-type to use for RESTful operation in the 'Accept' header.protected Enumeration<TestScript.ContentType>TestScript.TestScriptSetupActionAssertComponent.contentTypeThe content-type or mime-type to use for RESTful operation in the 'Content-Type' header.protected Enumeration<TestScript.ContentType>TestScript.TestScriptSetupActionOperationComponent.contentTypeThe content-type or mime-type to use for RESTful operation in the 'Content-Type' header.Methods in org.hl7.fhir.dstu2.model that return TestScript.ContentTypeModifier and TypeMethodDescriptionstatic TestScript.ContentTypeTestScript.TestScriptSetupActionOperationComponent.getAccept()TestScript.TestScriptSetupActionAssertComponent.getContentType()TestScript.TestScriptSetupActionOperationComponent.getContentType()static TestScript.ContentTypeReturns the enum constant of this type with the specified name.static TestScript.ContentType[]TestScript.ContentType.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.ContentTypeModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionOperationComponent.getAcceptElement()TestScript.TestScriptSetupActionAssertComponent.getContentTypeElement()TestScript.TestScriptSetupActionOperationComponent.getContentTypeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.ContentTypeModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionOperationComponent.setAccept(TestScript.ContentType value)TestScript.TestScriptSetupActionAssertComponent.setContentType(TestScript.ContentType value)TestScript.TestScriptSetupActionOperationComponent.setContentType(TestScript.ContentType value)TestScript.ContentTypeEnumFactory.toCode(TestScript.ContentType code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type TestScript.ContentTypeModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionOperationComponent.setAcceptElement(Enumeration<TestScript.ContentType> value)TestScript.TestScriptSetupActionAssertComponent.setContentTypeElement(Enumeration<TestScript.ContentType> value)TestScript.TestScriptSetupActionOperationComponent.setContentTypeElement(Enumeration<TestScript.ContentType> value)