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