public static enum CommandFlagsRegistry.ResponsePolicy extends java.lang.Enum<CommandFlagsRegistry.ResponsePolicy>
Policy values:
| Enum Constant and Description |
|---|
AGG_LOGICAL_AND |
AGG_LOGICAL_OR |
AGG_MAX |
AGG_MIN |
AGG_SUM |
ALL_SUCCEEDED |
DEFAULT |
ONE_SUCCEEDED |
SPECIAL |
| Modifier and Type | Method and Description |
|---|---|
static CommandFlagsRegistry.ResponsePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandFlagsRegistry.ResponsePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandFlagsRegistry.ResponsePolicy DEFAULT
public static final CommandFlagsRegistry.ResponsePolicy ONE_SUCCEEDED
public static final CommandFlagsRegistry.ResponsePolicy ALL_SUCCEEDED
public static final CommandFlagsRegistry.ResponsePolicy AGG_LOGICAL_AND
public static final CommandFlagsRegistry.ResponsePolicy AGG_LOGICAL_OR
public static final CommandFlagsRegistry.ResponsePolicy AGG_MIN
public static final CommandFlagsRegistry.ResponsePolicy AGG_MAX
public static final CommandFlagsRegistry.ResponsePolicy AGG_SUM
public static final CommandFlagsRegistry.ResponsePolicy SPECIAL
public static CommandFlagsRegistry.ResponsePolicy[] values()
for (CommandFlagsRegistry.ResponsePolicy c : CommandFlagsRegistry.ResponsePolicy.values()) System.out.println(c);
public static CommandFlagsRegistry.ResponsePolicy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2026. All rights reserved.