Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.HTTPVerbEnum
-
Uses of HTTPVerbEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<HTTPVerbEnum> Bundle.EntryRequest.getMethodElement()
Gets the value(s) for method ().Modifier and TypeMethodDescriptionBundle.EntryRequest.setMethod
(HTTPVerbEnum theValue) Sets the value(s) for method ()Modifier and TypeMethodDescriptionBundle.EntryRequest.setMethod
(ca.uhn.fhir.model.primitive.BoundCodeDt<HTTPVerbEnum> theValue) Sets the value(s) for method () -
Uses of HTTPVerbEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<HTTPVerbEnum> HTTPVerbEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic HTTPVerbEnum
Returns the enumerated value associated with this codestatic HTTPVerbEnum
Returns the enum constant of this type with the specified name.static HTTPVerbEnum[]
HTTPVerbEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.