Uses of Class
org.hl7.fhir.dstu2016may.metamodel.Manager.FhirFormat
-
Packages that use Manager.FhirFormat Package Description org.hl7.fhir.dstu2016may.metamodel -
-
Uses of Manager.FhirFormat in org.hl7.fhir.dstu2016may.metamodel
Methods in org.hl7.fhir.dstu2016may.metamodel that return Manager.FhirFormat Modifier and Type Method Description static Manager.FhirFormatManager.FhirFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Manager.FhirFormat[]Manager.FhirFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.metamodel with parameters of type Manager.FhirFormat Modifier and Type Method Description static voidManager. compose(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base)static ParserBaseManager. makeParser(IWorkerContext context, Manager.FhirFormat format)static ElementManager. parse(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat)
-