Interface StandardI18nEnum
-
- All Implemented Interfaces:
-
java.io.Serializable,pro.fessional.mirana.data.CodeEnum,pro.fessional.mirana.i18n.I18nAware
public interface StandardI18nEnum implements CodeEnumEnum from sys_standard_i18n table.
- Since:
2019-09-17
trydofor
-
-
Method Summary
Modifier and Type Method Description abstract StringgetBase()abstract StringgetKind()abstract StringgetUkey()StringgetI18nCode()-
Methods inherited from class pro.fessional.mirana.data.CodeEnum
getCode, getHint, getI18nHint -
Methods inherited from class pro.fessional.mirana.i18n.I18nAware
getI18nArgs, toI18nString, toI18nStringArgs -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-