Uses of Class
org.hl7.fhir.dstu2.formats.IParser.OutputStyle
-
Packages that use IParser.OutputStyle Package Description org.hl7.fhir.dstu2.formats -
-
Uses of IParser.OutputStyle in org.hl7.fhir.dstu2.formats
Fields in org.hl7.fhir.dstu2.formats declared as IParser.OutputStyle Modifier and Type Field Description protected IParser.OutputStyleParserBase. styleMethods in org.hl7.fhir.dstu2.formats that return IParser.OutputStyle Modifier and Type Method Description IParser.OutputStyleIParser. getOutputStyle()Writing:IParser.OutputStyleParserBase. getOutputStyle()static IParser.OutputStyleIParser.OutputStyle. valueOf(String name)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.OutputStyle Modifier and Type Method Description IParserIParser. setOutputStyle(IParser.OutputStyle value)IParserParserBase. setOutputStyle(IParser.OutputStyle style)
-