All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.client.I18NEnum Maven / Gradle / Ivy

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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy