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