Uses of Class
net.sf.freecol.common.model.Region.RegionType

Packages that use Region.RegionType
net.sf.freecol.common.model Contains the game model. 
net.sf.freecol.server.model Contains model classes with server specific information. 
 

Uses of Region.RegionType in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return Region.RegionType
 Region.RegionType Region.getType()
          Get the Type value.
static Region.RegionType Region.RegionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Region.RegionType[] Region.RegionType.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 Region.RegionType
 java.lang.String Player.getDefaultRegionName(Region.RegionType regionType)
          Creates a unique region name by fetching a new default name from the list of default names if possible.
 void Region.setType(Region.RegionType newType)
          Set the Type value.
 

Uses of Region.RegionType in net.sf.freecol.server.model
 

Constructors in net.sf.freecol.server.model with parameters of type Region.RegionType
ServerRegion(Game game, java.lang.String nameKey, Region.RegionType type)
           
ServerRegion(Game game, java.lang.String nameKey, Region.RegionType type, Region parent)