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

com.dexcoder.commons.enums.IEnum Maven / Gradle / Ivy

The newest version!
package com.dexcoder.commons.enums;

/**
 * 枚举接口
 * 
 * User: liyd
 * Date: 14-1-13
 * Time: 下午4:13
 */
public interface IEnum {

    /**
     * 获取枚举编码
     * 
     * @return
     */
    public String getCode();

    /**
     * 获取枚举描述
     * 
     * @return
     */
    public String getDesc();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy