Uses of Class
org.hl7.fhir.dstu2.model.TestScript.ContentType
-
Packages that use TestScript.ContentType Package Description org.hl7.fhir.dstu2.model -
-
Uses of TestScript.ContentType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.ContentType Modifier and Type Field Description protected 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.ContentType Modifier and Type Method Description static TestScript.ContentTypeTestScript.ContentType. fromCode(String codeString)TestScript.ContentTypeTestScript.ContentTypeEnumFactory. fromCode(String codeString)TestScript.ContentTypeTestScript.TestScriptSetupActionOperationComponent. getAccept()TestScript.ContentTypeTestScript.TestScriptSetupActionAssertComponent. getContentType()TestScript.ContentTypeTestScript.TestScriptSetupActionOperationComponent. getContentType()static TestScript.ContentTypeTestScript.ContentType. valueOf(String name)Returns 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.ContentType Modifier and Type Method Description Enumeration<TestScript.ContentType>TestScript.ContentTypeEnumFactory. fromType(Base code)Enumeration<TestScript.ContentType>TestScript.TestScriptSetupActionOperationComponent. getAcceptElement()Enumeration<TestScript.ContentType>TestScript.TestScriptSetupActionAssertComponent. getContentTypeElement()Enumeration<TestScript.ContentType>TestScript.TestScriptSetupActionOperationComponent. getContentTypeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.ContentType Modifier and Type Method Description TestScript.TestScriptSetupActionOperationComponentTestScript.TestScriptSetupActionOperationComponent. setAccept(TestScript.ContentType value)TestScript.TestScriptSetupActionAssertComponentTestScript.TestScriptSetupActionAssertComponent. setContentType(TestScript.ContentType value)TestScript.TestScriptSetupActionOperationComponentTestScript.TestScriptSetupActionOperationComponent. setContentType(TestScript.ContentType value)StringTestScript.ContentTypeEnumFactory. toCode(TestScript.ContentType code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type TestScript.ContentType Modifier and Type Method Description TestScript.TestScriptSetupActionOperationComponentTestScript.TestScriptSetupActionOperationComponent. setAcceptElement(Enumeration<TestScript.ContentType> value)TestScript.TestScriptSetupActionAssertComponentTestScript.TestScriptSetupActionAssertComponent. setContentTypeElement(Enumeration<TestScript.ContentType> value)TestScript.TestScriptSetupActionOperationComponentTestScript.TestScriptSetupActionOperationComponent. setContentTypeElement(Enumeration<TestScript.ContentType> value)
-