
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.MimeTypes
Packages that use Enumerations.MimeTypes
-
Uses of Enumerations.MimeTypes in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return Enumerations.MimeTypesModifier and TypeMethodDescriptionstatic Enumerations.MimeTypes
static Enumerations.MimeTypes
Returns the enum constant of this type with the specified name.static Enumerations.MimeTypes[]
Enumerations.MimeTypes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.MimeTypesModifier and TypeMethodDescriptionEnumerations.MimeTypesEnumFactory.fromType
(PrimitiveType<?> code) Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.MimeTypesModifier and TypeMethodDescriptionEnumerations.MimeTypesEnumFactory.toCode
(Enumerations.MimeTypes code) Enumerations.MimeTypesEnumFactory.toSystem
(Enumerations.MimeTypes code)