Uses of Class
org.hl7.fhir.dstu2.formats.FhirFormat
-
Packages that use FhirFormat Package Description org.hl7.fhir.dstu2.formats -
-
Uses of FhirFormat in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return FhirFormat Modifier and Type Method Description static FhirFormatFhirFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static FhirFormat[]FhirFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.formats with parameters of type FhirFormat Modifier and Type Method Description static ParserBaseFormatUtilities. makeParser(FhirFormat format)
-