public static enum Split.DataRoutingStrategy extends Enum<Split.DataRoutingStrategy> implements BmcEnum
Specify how to handle data that matches a split condition. Either data that matches the first condition should be removed from further processing by other conditions, or all matched data should be evaluated for all conditions.
Enum Constant and Description |
---|
All |
First |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static Split.DataRoutingStrategy |
create(String key) |
String |
getValue() |
static Split.DataRoutingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Split.DataRoutingStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Split.DataRoutingStrategy First
public static final Split.DataRoutingStrategy All
public static final Split.DataRoutingStrategy UnknownEnumValue
public static Split.DataRoutingStrategy[] values()
for (Split.DataRoutingStrategy c : Split.DataRoutingStrategy.values()) System.out.println(c);
public static Split.DataRoutingStrategy 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 static Split.DataRoutingStrategy create(String key)
Copyright © 2016–2024. All rights reserved.