Uses of Class
babase.db.RankType

Packages that use RankType
babase.db   
 

Uses of RankType in babase.db
 

Fields in babase.db declared as RankType
 RankType RankingIdentifier.rankType
          The type of the ranking.
 

Fields in babase.db with type parameters of type RankType
private  java.util.ArrayList<RankType> Babase._cachedRankTypes
           
 

Methods in babase.db that return RankType
static RankType RankType.fromXML(org.w3c.dom.Element e)
           
 RankType[] Babase.getRankTypes()
           
 

Methods in babase.db with parameters of type RankType
static int RankType.findRankType(RankType[] rankTypes, RankType rankType)
           
static int RankType.findRankType(RankType[] rankTypes, RankType rankType)
           
 

Constructors in babase.db with parameters of type RankType
RankingIdentifier(Group group, RankType rankType, java.util.Date startDate)
          A convenience constructor.
RankingIdentifier(Group group, RankType rankType, java.util.Date startDate, java.util.Date endDate)
          Constructor.
RankingInfo(Group group, RankType rankType, java.util.Date startDate, java.util.Date endDate, java.util.Vector<java.lang.String> snames, java.util.Vector<java.lang.Integer> ranks)