Uses of Class
net.sf.freecol.common.model.HighScore.Level

Packages that use HighScore.Level
net.sf.freecol.common.model Contains the game model. 
 

Uses of HighScore.Level in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return HighScore.Level
 HighScore.Level HighScore.getLevel()
          Get the Level value.
static HighScore.Level HighScore.Level.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HighScore.Level[] HighScore.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.freecol.common.model with parameters of type HighScore.Level
 void HighScore.setLevel(HighScore.Level newLevel)
          Set the Level value.