Uses of Class
org.hl7.fhir.dstu3.model.codesystems.CatalogContentType
-
Packages that use CatalogContentType Package Description org.hl7.fhir.dstu3.model.codesystems -
-
Uses of CatalogContentType in org.hl7.fhir.dstu3.model.codesystems
Methods in org.hl7.fhir.dstu3.model.codesystems that return CatalogContentType Modifier and Type Method Description static CatalogContentTypeCatalogContentType. fromCode(String codeString)CatalogContentTypeCatalogContentTypeEnumFactory. fromCode(String codeString)static CatalogContentTypeCatalogContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogContentType[]CatalogContentType. 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 CatalogContentType Modifier and Type Method Description StringCatalogContentTypeEnumFactory. toCode(CatalogContentType code)StringCatalogContentTypeEnumFactory. toSystem(CatalogContentType code)
-