public enum DropFlowFileState extends Enum<DropFlowFileState>
Enum Constant and Description |
---|
CANCELED |
COMPLETE |
DROPPING_FLOWFILES |
FAILURE |
WAITING_FOR_LOCK |
Modifier and Type | Field and Description |
---|---|
private String |
description |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static DropFlowFileState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropFlowFileState |
valueOfDescription(String description) |
static DropFlowFileState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DropFlowFileState WAITING_FOR_LOCK
public static final DropFlowFileState DROPPING_FLOWFILES
public static final DropFlowFileState FAILURE
public static final DropFlowFileState CANCELED
public static final DropFlowFileState COMPLETE
private final String description
public static DropFlowFileState[] values()
for (DropFlowFileState c : DropFlowFileState.values()) System.out.println(c);
public static DropFlowFileState 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 nullpublic String toString()
toString
in class Enum<DropFlowFileState>
public static DropFlowFileState valueOfDescription(String description)
description
- string form of drop flow file stateCopyright © 2015 Apache NiFi Project. All rights reserved.