Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.ContentTypeEnum
-
Uses of ContentTypeEnum in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ().Modifier 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 ()Modifier 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
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<ContentTypeEnum> ContentTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier 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.