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