Uses of Class
org.hl7.fhir.r5.model.Enumerations.MimeTypes
-
Packages that use Enumerations.MimeTypes Package Description org.hl7.fhir.r5.model -
-
Uses of Enumerations.MimeTypes in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return Enumerations.MimeTypes Modifier and Type Method Description static Enumerations.MimeTypesEnumerations.MimeTypes. fromCode(String codeString)Enumerations.MimeTypesEnumerations.MimeTypesEnumFactory. fromCode(String codeString)static Enumerations.MimeTypesEnumerations.MimeTypes. valueOf(String name)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.MimeTypes Modifier and Type Method Description Enumeration<Enumerations.MimeTypes>Enumerations.MimeTypesEnumFactory. fromType(Base code)Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.MimeTypes Modifier and Type Method Description StringEnumerations.MimeTypesEnumFactory. toCode(Enumerations.MimeTypes code)StringEnumerations.MimeTypesEnumFactory. toSystem(Enumerations.MimeTypes code)
-