Uses of Enum Class
org.frankframework.pipes.DataSonnetPipe.DataSonnetOutputType
Packages that use DataSonnetPipe.DataSonnetOutputType
-
Uses of DataSonnetPipe.DataSonnetOutputType in org.frankframework.pipes
Methods in org.frankframework.pipes that return DataSonnetPipe.DataSonnetOutputTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DataSonnetPipe.DataSonnetOutputType[]
DataSonnetPipe.DataSonnetOutputType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.pipes with parameters of type DataSonnetPipe.DataSonnetOutputTypeModifier and TypeMethodDescriptionvoid
DataSonnetPipe.setOutputType
(DataSonnetPipe.DataSonnetOutputType outputType) Output file format, DataSonnet is semi-capable of converting the converted JSON to a different format.