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