Uses of Class
com.funnelback.publicui.search.model.padre.QSup.Source
-
Packages that use QSup.Source Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE. -
-
Uses of QSup.Source in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre declared as QSup.Source Modifier and Type Field Description private QSup.Source
QSup. src
Source of this additional queryMethods in com.funnelback.publicui.search.model.padre that return QSup.Source Modifier and Type Method Description QSup.Source
QSup. getSrc()
Source of this additional querystatic QSup.Source
QSup.Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSup.Source[]
QSup.Source. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.funnelback.publicui.search.model.padre with parameters of type QSup.Source Modifier and Type Method Description void
QSup. setSrc(QSup.Source src)
Source of this additional queryConstructors in com.funnelback.publicui.search.model.padre with parameters of type QSup.Source Constructor Description QSup(QSup.Source src, String query)
-