?? 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 + -