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