idlattribute.java

来自「UCS (Ultra Corba Simulator) is one more 」· Java 代码 · 共 35 行

JAVA
35
字号
package com.corba.mnq.tool.idl;

public class IdlAttribute extends IdlBase {

	public IdlAttribute() {
		super();
		// TODO Auto-generated constructor stub
	}

	// this attribute type
	public String type;

	// whether this attribute is readonly
	public boolean readonly;

	public void recurContent() {
		// TODO Auto-generated method stub

	}

	public String getIconName() {
		return "attribute.gif";
	}

	/**
	 * @param args
	 */
	public static void main_(String[] args) {
		// TODO Auto-generated method stub

	}

}
/* EOF */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?