idatatypedescriptionengine.java
来自「pso源程序」· Java 代码 · 共 15 行
JAVA
15 行
/** * Description: The interface for obtaining the description of given data type * * @ Author Create/Modi Note * Xiaofeng Xie Feb 26, 2004 * * @version 1.0 */package Global.basic.nodes.utilities;public interface IDataTypeDescriptionEngine { public String getDataTypeDescription();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?