de.swm.gwt.client.I18NEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The newest version!
package de.swm.gwt.client;
/**
* Interfaces fuer Enums, die per i18n dargestellt werden koennen.
* @author Steiner.Christian
*
* copyright 2013 SWM Service GmbH
*/
public interface I18NEnum {
/**
* der i18n-Key zum Abruf der Konstanten.
* @return der key.
*/
String getI18NKey();
}