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