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