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

com.ssrs.platform.enums.IEnum Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.ssrs.platform.enums;

public interface IEnum {

    /**
     * 获取枚举值
     *
     * @return
     */
    int getValue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy