📄 ismitypeprovider.java.svn-base
字号:
package org.opengoss.snmphibernate.api;
public interface ISmiTypeProvider {
/**
* Get the specfic SMI Tpye corresponding to the type enum.
*
* @param smiTypeEnum Enum in <code>SmiType</code>
* @return SMI Type class.
*/
@SuppressWarnings("unchecked")
Class getSmiType(SmiType smiTypeEnum);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -