net.sf.freecol.common.model
Class BuildingType.Level

java.lang.Object
  extended by net.sf.freecol.common.model.BuildingType.Level
Enclosing class:
BuildingType

public static final class BuildingType.Level
extends java.lang.Object

Gives informations about the different levels a building can have.


Field Summary
 int hammersRequired
           
 java.lang.String name
           
 int populationRequired
           
 int toolsRequired
           
 int workPlaces
           
 
Constructor Summary
BuildingType.Level()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

hammersRequired

public int hammersRequired

toolsRequired

public int toolsRequired

populationRequired

public int populationRequired

workPlaces

public int workPlaces
Constructor Detail

BuildingType.Level

public BuildingType.Level()