Uses of Class
org.gcube.dir.master.stubs.RSEntry

Packages that use RSEntry
org.gcube.dir.master.stubs   
 

Uses of RSEntry in org.gcube.dir.master.stubs
 

Methods in org.gcube.dir.master.stubs that return RSEntry
 RSEntry[] IFusionParameters.getRSEntries()
          Gets the RSEntries value for this IFusionParameters.
 RSEntry IFusionParameters.getRSEntries(int i)
           
 

Methods in org.gcube.dir.master.stubs with parameters of type RSEntry
 void IFusionParameters.setRSEntries(int i, RSEntry _value)
           
 void IFusionParameters.setRSEntries(RSEntry[] RSEntries)
          Sets the RSEntries value for this IFusionParameters.
 

Constructors in org.gcube.dir.master.stubs with parameters of type RSEntry
IFusionParameters(RSEntry[] RSEntries, int numberOfResults, IQuery query)