Uses of Class
net.sf.freecol.common.model.IndianNationType.SettlementNumber

Packages that use IndianNationType.SettlementNumber
net.sf.freecol.common.model Contains the game model. 
 

Uses of IndianNationType.SettlementNumber in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return IndianNationType.SettlementNumber
 IndianNationType.SettlementNumber IndianNationType.getNumberOfSettlements()
          Get the NumberOfSettlements value.
static IndianNationType.SettlementNumber IndianNationType.SettlementNumber.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IndianNationType.SettlementNumber[] IndianNationType.SettlementNumber.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 IndianNationType.SettlementNumber
 void IndianNationType.setNumberOfSettlements(IndianNationType.SettlementNumber newNumberOfSettlements)
          Set the NumberOfSettlements value.