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

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

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

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