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

com.guanmengyuan.spring.ex.common.model.enums.ParamEnum Maven / Gradle / Ivy

The newest version!
package com.guanmengyuan.spring.ex.common.model.enums;

/**
 * 参数枚举接口
 */
public interface ParamEnum {
    /**
     * 获取枚举实例
     *
     * @param type 类型字段值
     * @return 枚举实例
     */
    ParamEnum getInstanceByType(String type);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy