Uses of Class
org.apache.camel.component.jt400.Jt400DataQueueEndpoint.SearchType

Uses of Jt400DataQueueEndpoint.SearchType in org.apache.camel.component.jt400
 

Methods in org.apache.camel.component.jt400 that return Jt400DataQueueEndpoint.SearchType
 Jt400DataQueueEndpoint.SearchType Jt400DataQueueEndpoint.getSearchType()
           
static Jt400DataQueueEndpoint.SearchType Jt400DataQueueEndpoint.SearchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Jt400DataQueueEndpoint.SearchType[] Jt400DataQueueEndpoint.SearchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.jt400 with parameters of type Jt400DataQueueEndpoint.SearchType
 void Jt400DataQueueEndpoint.setSearchType(Jt400DataQueueEndpoint.SearchType searchType)
           
 



Apache CAMEL