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