Uses of Class
org.apache.camel.component.jt400.Jt400Configuration.SearchType
-
-
Uses of Jt400Configuration.SearchType in org.apache.camel.component.jt400
Methods in org.apache.camel.component.jt400 that return Jt400Configuration.SearchType Modifier and Type Method Description Jt400Configuration.SearchTypeJt400Configuration. getSearchType()Jt400Configuration.SearchTypeJt400Endpoint. getSearchType()static Jt400Configuration.SearchTypeJt400Configuration.SearchType. valueOf(String name)Returns the enum constant of this type with the specified name.static Jt400Configuration.SearchType[]Jt400Configuration.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 Jt400Configuration.SearchType Modifier and Type Method Description voidJt400Configuration. setSearchType(Jt400Configuration.SearchType searchType)Search type such as EQ for equal etc.voidJt400Endpoint. setSearchType(Jt400Configuration.SearchType searchType)
-