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

com.ktanx.common.enums.IEnum Maven / Gradle / Ivy

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