Uses of Class
org.spdx.spdxRdfStore.OutputFormat
-
Uses of OutputFormat in org.spdx.spdxRdfStore
Methods in org.spdx.spdxRdfStore that return OutputFormat Modifier and Type Method Description OutputFormatRdfStore. getOutputFormat()static OutputFormatOutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputFormat[]OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.spdxRdfStore with parameters of type OutputFormat Modifier and Type Method Description voidRdfSpdxDocumentModelManager. serialize(OutputStream stream, OutputFormat outputFormat)voidRdfStore. setOutputFormat(OutputFormat outputFormat)