net.sf.freecol.common.model
Interface Typed<T extends FreeColGameObjectType>

All Known Implementing Classes:
Building, Goods, Resource, Tile, TileImprovement, Unit

public interface Typed<T extends FreeColGameObjectType>

An object, in particular a FreeColGameObject, that has a FreeColGameObjectType.


Method Summary
 T getType()
          Gets the type of this object.
 

Method Detail

getType

T getType()
Gets the type of this object.

Returns:
The type of this object.