Uses of Class
net.sf.freecol.server.ai.ColonyProfile.ProfileType

Packages that use ColonyProfile.ProfileType
net.sf.freecol.server.ai The main package of the ai package tree. 
 

Uses of ColonyProfile.ProfileType in net.sf.freecol.server.ai
 

Methods in net.sf.freecol.server.ai that return ColonyProfile.ProfileType
 ColonyProfile.ProfileType ColonyProfile.getType()
          Get the Type value.
static ColonyProfile.ProfileType ColonyProfile.ProfileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColonyProfile.ProfileType[] ColonyProfile.ProfileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.freecol.server.ai with parameters of type ColonyProfile.ProfileType
 void ColonyProfile.setType(ColonyProfile.ProfileType newType)
          Set the Type value.
 

Constructors in net.sf.freecol.server.ai with parameters of type ColonyProfile.ProfileType
ColonyProfile(ColonyProfile.ProfileType type, java.util.List<GoodsType> production)