public static enum IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation extends Enum<IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation>
org.apache.camel.component.ignite.idgen.IgniteIdGenOperation
enum.| Enum Constant and Description |
|---|
ADD_AND_GET |
GET |
GET_AND_ADD |
GET_AND_INCREMENT |
INCREMENT_AND_GET |
| Modifier and Type | Method and Description |
|---|---|
static IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation ADD_AND_GET
public static final IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation GET
public static final IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation GET_AND_ADD
public static final IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation GET_AND_INCREMENT
public static final IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation INCREMENT_AND_GET
public static IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation[] values()
for (IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation c : IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation.values()) System.out.println(c);
public static IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation 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 nullApache Camel