
Uses of Enum Class
org.hl7.fhir.dstu3.formats.IParser.OutputStyle
Packages that use IParser.OutputStyle
-
Uses of IParser.OutputStyle in org.hl7.fhir.dstu3.formats
Fields in org.hl7.fhir.dstu3.formats declared as IParser.OutputStyleMethods in org.hl7.fhir.dstu3.formats that return IParser.OutputStyleModifier and TypeMethodDescriptionIParser.getOutputStyle()
Writing:ParserBase.getOutputStyle()
static IParser.OutputStyle
Returns the enum constant of this class with the specified name.static IParser.OutputStyle[]
IParser.OutputStyle.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 IParser.OutputStyleModifier and TypeMethodDescriptionstatic IParser
ParserFactory.parser
(FhirFormat format, IParser.OutputStyle style) IParser.setOutputStyle
(IParser.OutputStyle value) ParserBase.setOutputStyle
(IParser.OutputStyle style)