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