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