Uses of Class
org.hl7.fhir.dstu3.model.codesystems.ContentType
-
Packages that use ContentType Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of ContentType in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return ContentType Modifier and Type Method Description static ContentTypeContentType. fromCode(String codeString)ContentTypeContentTypeEnumFactory. fromCode(String codeString)static ContentTypeContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentType[]ContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model.codesystems with parameters of type ContentType Modifier and Type Method Description StringContentTypeEnumFactory. toCode(ContentType code)StringContentTypeEnumFactory. toSystem(ContentType code)
-