Uses of Enum Class
com.deltaxml.core.config.ResultFormat
Packages that use ResultFormat
Package
Description
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of ResultFormat in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return ResultFormatModifier and TypeMethodDescriptionOutputFormatConfiguration.getResultFormat()Returns the currently configuredResultFormat.static ResultFormatResultFormat.getResultFormat(String val) Returns aResultFormatobject based on the supplied String value.static ResultFormatReturns the enum constant of this class with the specified name.static ResultFormat[]ResultFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.core.config with parameters of type ResultFormatModifier and TypeMethodDescriptionvoidOutputFormatConfiguration.setResultFormat(ResultFormat format) Sets the result format that should be output from the comparison.