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