private static enum DebugFlow.NoFlowFileResponseState extends Enum<DebugFlow.NoFlowFileResponseState>
Enum Constant and Description |
---|
NO_FF_EXCEPTION_RESPONSE |
NO_FF_SKIP_RESPONSE |
NO_FF_YIELD_RESPONSE |
Modifier and Type | Field and Description |
---|---|
private DebugFlow.NoFlowFileResponseState |
nextState |
Modifier and Type | Method and Description |
---|---|
(package private) DebugFlow.NoFlowFileResponseState |
next() |
static DebugFlow.NoFlowFileResponseState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebugFlow.NoFlowFileResponseState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DebugFlow.NoFlowFileResponseState NO_FF_SKIP_RESPONSE
public static final DebugFlow.NoFlowFileResponseState NO_FF_EXCEPTION_RESPONSE
public static final DebugFlow.NoFlowFileResponseState NO_FF_YIELD_RESPONSE
private DebugFlow.NoFlowFileResponseState nextState
public static DebugFlow.NoFlowFileResponseState[] values()
for (DebugFlow.NoFlowFileResponseState c : DebugFlow.NoFlowFileResponseState.values()) System.out.println(c);
public static DebugFlow.NoFlowFileResponseState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullDebugFlow.NoFlowFileResponseState next()
Copyright © 2017 Apache NiFi Project. All rights reserved.