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