Uses of Enum Class
org.spdx.spdxRdfStore.OutputFormat
-
Uses of OutputFormat in org.spdx.spdxRdfStore
Methods in org.spdx.spdxRdfStore that return OutputFormatModifier and TypeMethodDescriptionRdfStore.getOutputFormat()
static OutputFormat
Returns the enum constant of this class with the specified name.static OutputFormat[]
OutputFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.spdx.spdxRdfStore with parameters of type OutputFormatModifier and TypeMethodDescriptionvoid
RdfSpdxModelManager.serialize
(OutputStream stream, OutputFormat outputFormat) void
RdfStore.setOutputFormat
(OutputFormat outputFormat)