
Uses of Enum Class
org.hl7.fhir.dstu3.formats.FhirFormat
Packages that use FhirFormat
-
Uses of FhirFormat in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return FhirFormatModifier and TypeMethodDescriptionstatic FhirFormat
Returns the enum constant of this class with the specified name.static FhirFormat[]
FhirFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.formats with parameters of type FhirFormatModifier and TypeMethodDescriptionstatic ParserBase
FormatUtilities.makeParser
(FhirFormat format) static IParser
ParserFactory.parser
(FhirFormat format) static IParser
ParserFactory.parser
(FhirFormat format, IParser.OutputStyle style)