Uses of Enum Class
org.apache.nifi.processor.util.pattern.ErrorTypes.Destination
-
Uses of ErrorTypes.Destination in org.apache.nifi.processor.util.pattern
Fields in org.apache.nifi.processor.util.pattern declared as ErrorTypes.DestinationModifier and TypeFieldDescriptionprivate final ErrorTypes.DestinationErrorTypes.destinationprivate final ErrorTypes.DestinationErrorTypes.Result.destinationMethods in org.apache.nifi.processor.util.pattern that return ErrorTypes.DestinationModifier and TypeMethodDescriptionErrorTypes.destination()ErrorTypes.Result.destination()static ErrorTypes.DestinationReturns the enum constant of this class with the specified name.static ErrorTypes.Destination[]ErrorTypes.Destination.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.nifi.processor.util.pattern with parameters of type ErrorTypes.DestinationModifierConstructorDescriptionprivateErrorTypes(ErrorTypes.Destination destination, ErrorTypes.Penalty penalty) Result(ErrorTypes.Destination destination, ErrorTypes.Penalty penalty)