
com.ktanx.common.enums.IEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktanx-common Show documentation
Show all versions of ktanx-common Show documentation
Ktanx is a java development kit.
The newest version!
package com.ktanx.common.enums;
/**
* 枚举接口
*
* User: liyd
* Date: 14-1-13
* Time: 下午4:13
*/
public interface IEnum {
/**
* 获取枚举编码
*
* @return
*/
String getCode();
/**
* 获取枚举描述
*
* @return
*/
String getDesc();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy