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