public static enum AtlasMapEndpoint.TargetMapMode extends Enum<AtlasMapEndpoint.TargetMapMode>
| Enum Constant and Description |
|---|
EXCHANGE_PROPERTY |
MAP |
MESSAGE_HEADER |
| Modifier and Type | Method and Description |
|---|---|
static AtlasMapEndpoint.TargetMapMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtlasMapEndpoint.TargetMapMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtlasMapEndpoint.TargetMapMode MAP
public static final AtlasMapEndpoint.TargetMapMode MESSAGE_HEADER
public static final AtlasMapEndpoint.TargetMapMode EXCHANGE_PROPERTY
public static AtlasMapEndpoint.TargetMapMode[] values()
for (AtlasMapEndpoint.TargetMapMode c : AtlasMapEndpoint.TargetMapMode.values()) System.out.println(c);
public static AtlasMapEndpoint.TargetMapMode 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