Uses of Class
net.sf.freecol.common.model.LostCityRumour.RumourType

Packages that use LostCityRumour.RumourType
net.sf.freecol.common.model Contains the game model. 
 

Uses of LostCityRumour.RumourType in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return LostCityRumour.RumourType
 LostCityRumour.RumourType LostCityRumour.getType()
          Get the Type value.
static LostCityRumour.RumourType LostCityRumour.RumourType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LostCityRumour.RumourType[] LostCityRumour.RumourType.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 LostCityRumour.RumourType
 void LostCityRumour.setType(LostCityRumour.RumourType newType)
          Set the Type value.
 

Constructors in net.sf.freecol.common.model with parameters of type LostCityRumour.RumourType
LostCityRumour(Game game, Tile tile, LostCityRumour.RumourType type, java.lang.String name)
          Creates a new LostCityRumour instance.