Uses of Class
net.sf.freecol.common.model.Modifier.Type

Packages that use Modifier.Type
net.sf.freecol.common.model Contains the game model. 
 

Uses of Modifier.Type in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return Modifier.Type
 Modifier.Type Modifier.getIncrementType()
          Get the IncrementType value.
 Modifier.Type Modifier.getType()
          Get the Type value.
static Modifier.Type Modifier.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Modifier.Type[] Modifier.Type.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 Modifier.Type
 void Modifier.setIncrement(float newIncrement, Modifier.Type type, Turn firstTurn, Turn lastTurn)
          Set the Increment increment.
 void Modifier.setIncrementType(Modifier.Type newIncrementType)
          Set the IncrementType value.
 void Modifier.setType(Modifier.Type newType)
          Set the Type value.
 

Constructors in net.sf.freecol.common.model with parameters of type Modifier.Type
Modifier(java.lang.String id, float value, Modifier.Type type)
          Creates a new Modifier instance.
Modifier(java.lang.String id, FreeColGameObjectType source, float value, Modifier.Type type)
          Creates a new Modifier instance.