Uses of Enum Class
com.pervasive.datarush.operators.testutils.ErrorConfiguration
Packages that use ErrorConfiguration
-
Uses of ErrorConfiguration in com.pervasive.datarush.operators.testutils
Methods in com.pervasive.datarush.operators.testutils that return ErrorConfigurationModifier and TypeMethodDescriptionErrorSink.getErrorConfig()ErrorSource.getErrorConfig()static ErrorConfigurationReturns the enum constant of this class with the specified name.static ErrorConfiguration[]ErrorConfiguration.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pervasive.datarush.operators.testutils with parameters of type ErrorConfigurationModifierConstructorDescriptionErrorSink(ErrorConfiguration errorConfig) ErrorSource(RecordTokenType outputType, ErrorConfiguration errorConfig)