Package net.sf.freecol.common.model
Interface Named
-
- All Known Implementing Classes:
Ability
,AbstractGoods
,BuildableType
,Building
,BuildingType
,Direction
,Disaster
,Effect
,Europe
,EuropeanNationType
,Event
,Feature
,FoundingFather
,FreeColSpecObjectType
,Goods
,GoodsType
,HistoryEvent.HistoryEventType
,IndianNationType
,Limit
,LostCityRumour
,ModelMessage.MessageType
,Modifier
,Monarch
,Nation
,NationOptions.Advantages
,NationOptions.NationState
,NationType
,Player.NoClaimReason
,PlunderType
,Region.RegionType
,Resource
,ResourceType
,Role
,ServerBuilding
,ServerEurope
,SettlementType
,Specification.Source
,Stance
,Tension
,Tile
,TileImprovement
,TileImprovementType
,TileItem
,TileType
,TileTypeChange
,UnitChangeType
,UnitType
,UnitTypeChange
public interface Named
An object that has a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getNameKey()
Gets the name of this named object.
-