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