Uses of Enum 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.SearchTypeModifier and TypeMethodDescriptionJt400Configuration.getSearchType()Jt400Endpoint.getSearchType()Returns the enum constant of this class with the specified name.static Jt400Configuration.SearchType[]Jt400Configuration.SearchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.jt400 with parameters of type Jt400Configuration.SearchTypeModifier and TypeMethodDescriptionvoidJt400Configuration.setSearchType(Jt400Configuration.SearchType searchType) Search type such as EQ for equal etc.voidJt400Endpoint.setSearchType(Jt400Configuration.SearchType searchType)