ch.sahits.game.openpatrician.model.weapon
Interface IWeapon

All Superinterfaces:
IAmountable
All Known Implementing Classes:
EWeapon

public interface IWeapon
extends IAmountable

This interface defines a weapon.

Author:
Andi Hotz, (c) Sahits GmbH, 2011 Created on Dec 23, 2011

Method Summary
 String getLocalDisplayName()
          Retrieve the localized display name for id.
 String name()
          As this interface is implemented by an enumeration add this method
 

Method Detail

name

String name()
As this interface is implemented by an enumeration add this method

Returns:

getLocalDisplayName

String getLocalDisplayName()
Retrieve the localized display name for id.

Parameters:
id -
Returns:


Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.