Uses of Class
ca.uhn.fhir.model.dstu2.valueset.ContentTypeEnum
-
Packages that use ContentTypeEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
Uses of ContentTypeEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ContentTypeEnum Modifier and Type Method Description ca.uhn.fhir.model.primitive.BoundCodeDt<ContentTypeEnum>TestScript.SetupActionOperation. getAcceptElement()Gets the value(s) for accept ().ca.uhn.fhir.model.primitive.BoundCodeDt<ContentTypeEnum>TestScript.SetupActionAssert. getContentTypeElement()Gets the value(s) for contentType ().ca.uhn.fhir.model.primitive.BoundCodeDt<ContentTypeEnum>TestScript.SetupActionOperation. getContentTypeElement()Gets the value(s) for contentType ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ContentTypeEnum Modifier and Type Method Description TestScript.SetupActionOperationTestScript.SetupActionOperation. setAccept(ContentTypeEnum theValue)Sets the value(s) for accept ()TestScript.SetupActionAssertTestScript.SetupActionAssert. setContentType(ContentTypeEnum theValue)Sets the value(s) for contentType ()TestScript.SetupActionOperationTestScript.SetupActionOperation. setContentType(ContentTypeEnum theValue)Sets the value(s) for contentType ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ContentTypeEnum Modifier and Type Method Description TestScript.SetupActionOperationTestScript.SetupActionOperation. setAccept(ca.uhn.fhir.model.primitive.BoundCodeDt<ContentTypeEnum> theValue)Sets the value(s) for accept ()TestScript.SetupActionAssertTestScript.SetupActionAssert. setContentType(ca.uhn.fhir.model.primitive.BoundCodeDt<ContentTypeEnum> theValue)Sets the value(s) for contentType ()TestScript.SetupActionOperationTestScript.SetupActionOperation. setContentType(ca.uhn.fhir.model.primitive.BoundCodeDt<ContentTypeEnum> theValue)Sets the value(s) for contentType () -
Uses of ContentTypeEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type ContentTypeEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<ContentTypeEnum>ContentTypeEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ContentTypeEnum Modifier and Type Method Description static ContentTypeEnumContentTypeEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic ContentTypeEnumContentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentTypeEnum[]ContentTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-