
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.ContentTypeEnum
Packages that use ContentTypeEnum
-
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 ContentTypeEnumModifier and TypeMethodDescriptionca.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 ContentTypeEnumModifier and TypeMethodDescriptionTestScript.SetupActionOperation.setAccept
(ContentTypeEnum theValue) Sets the value(s) for accept ()TestScript.SetupActionAssert.setContentType
(ContentTypeEnum theValue) Sets the value(s) for contentType ()TestScript.SetupActionOperation.setContentType
(ContentTypeEnum theValue) Sets the value(s) for contentType ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ContentTypeEnumModifier and TypeMethodDescriptionTestScript.SetupActionOperation.setAccept
(ca.uhn.fhir.model.primitive.BoundCodeDt<ContentTypeEnum> theValue) Sets the value(s) for accept ()TestScript.SetupActionAssert.setContentType
(ca.uhn.fhir.model.primitive.BoundCodeDt<ContentTypeEnum> theValue) Sets the value(s) for contentType ()TestScript.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 ContentTypeEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ContentTypeEnum> ContentTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return ContentTypeEnumModifier and TypeMethodDescriptionstatic ContentTypeEnum
Returns the enumerated value associated with this codestatic ContentTypeEnum
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.