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