
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.HTTPVerbEnum
Packages that use HTTPVerbEnum
-
Uses of HTTPVerbEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type HTTPVerbEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<HTTPVerbEnum> Bundle.EntryRequest.getMethodElement()
Gets the value(s) for method ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type HTTPVerbEnumModifier and TypeMethodDescriptionBundle.EntryRequest.setMethod
(HTTPVerbEnum theValue) Sets the value(s) for method ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type HTTPVerbEnumModifier 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
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type HTTPVerbEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<HTTPVerbEnum> HTTPVerbEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return HTTPVerbEnumModifier 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.