Uses of Enum Class
org.apache.syncope.common.lib.attr.JDBCAttrRepoConf.QueryType
Packages that use JDBCAttrRepoConf.QueryType
-
Uses of JDBCAttrRepoConf.QueryType in org.apache.syncope.common.lib.attr
Methods in org.apache.syncope.common.lib.attr that return JDBCAttrRepoConf.QueryTypeModifier and TypeMethodDescriptionJDBCAttrRepoConf.getQueryType()static JDBCAttrRepoConf.QueryTypeReturns the enum constant of this class with the specified name.static JDBCAttrRepoConf.QueryType[]JDBCAttrRepoConf.QueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.common.lib.attr with parameters of type JDBCAttrRepoConf.QueryTypeModifier and TypeMethodDescriptionvoidJDBCAttrRepoConf.setQueryType(JDBCAttrRepoConf.QueryType queryType)