public static enum CoordinatorWfAction.NullReason extends Enum<CoordinatorWfAction.NullReason>
| Enum Constant and Description |
|---|
ACTION_NULL |
PARENT_NULL |
| Modifier and Type | Method and Description |
|---|---|
String |
getNullReason(Object... args) |
static CoordinatorWfAction.NullReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinatorWfAction.NullReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoordinatorWfAction.NullReason ACTION_NULL
public static final CoordinatorWfAction.NullReason PARENT_NULL
public static CoordinatorWfAction.NullReason[] values()
for (CoordinatorWfAction.NullReason c : CoordinatorWfAction.NullReason.values()) System.out.println(c);
public static CoordinatorWfAction.NullReason 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 getNullReason(Object... args)
Copyright © 2020 Apache Software Foundation. All rights reserved.