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

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

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

Subclasses of ICollectionRank in org.gcube.dir.master.stubs
 class IExtendedCollectionRank
           
 

Methods in org.gcube.dir.master.stubs that return ICollectionRank
 ICollectionRank[] ICollectionRanking.getRanks()
          Gets the ranks value for this ICollectionRanking.
 ICollectionRank ICollectionRanking.getRanks(int i)
           
 

Methods in org.gcube.dir.master.stubs with parameters of type ICollectionRank
 void ICollectionRanking.setRanks(ICollectionRank[] ranks)
          Sets the ranks value for this ICollectionRanking.
 void ICollectionRanking.setRanks(int i, ICollectionRank _value)
           
 

Constructors in org.gcube.dir.master.stubs with parameters of type ICollectionRank
ICollectionRanking(ICollectionRank[] ranks)