Uses of Enum
com.sap.conn.jco.JCoCustomRepository.QueryMode
Packages that use JCoCustomRepository.QueryMode
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoCustomRepository.QueryMode in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoCustomRepository.QueryModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static JCoCustomRepository.QueryMode[]
JCoCustomRepository.QueryMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sap.conn.jco with parameters of type JCoCustomRepository.QueryModeModifier and TypeMethodDescriptionvoid
JCoCustomRepository.setQueryMode
(JCoCustomRepository.QueryMode queryMode) Allow the application to control the repository query.