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

com.fastchar.extjs.interfaces.IFastExtEnum Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
package com.fastchar.extjs.interfaces;

import com.fastchar.extjs.core.enums.FastEnumInfo;

import java.util.List;

public interface IFastExtEnum {

    List getEnums() throws Exception;

    FastEnumInfo getEnum(int id) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy