public static enum ErrorTypes.Penalty extends Enum<ErrorTypes.Penalty>
| Modifier and Type | Method and Description |
|---|---|
static ErrorTypes.Penalty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorTypes.Penalty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorTypes.Penalty Yield
public static final ErrorTypes.Penalty Penalize
public static final ErrorTypes.Penalty None
public static ErrorTypes.Penalty[] values()
for (ErrorTypes.Penalty c : ErrorTypes.Penalty.values()) System.out.println(c);
public static ErrorTypes.Penalty 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 nullCopyright © 2019 Apache NiFi Project. All rights reserved.