📄 texteventhelper.java
字号:
package org.objectweb.ccm.demo3;
/**
* Generated from IDL definition of valuetype "TextEvent"
* @author JacORB IDL compiler
*/
public abstract class TextEventHelper
{
private static org.omg.CORBA.TypeCode type = null;
public static void insert (org.omg.CORBA.Any a, org.objectweb.ccm.demo3.TextEvent v)
{
a.insert_Value (v, v._type());
}
public static org.objectweb.ccm.demo3.TextEvent extract (org.omg.CORBA.Any a)
{
return (org.objectweb.ccm.demo3.TextEvent)a.extract_Value();
}
public static org.omg.CORBA.TypeCode type()
{
if (type == null)
type = org.omg.CORBA.ORB.init().create_value_tc ("IDL:ccm.objectweb.org/demo3/TextEvent:1.0", "TextEvent", (short)0, null, new org.omg.CORBA.ValueMember[] {new org.omg.CORBA.ValueMember ("", "IDL:text:1.0", "TextEvent", "1.0", org.omg.CORBA.ORB.init().create_string_tc(0), null, (short)1)});
return type;
}
public static String id()
{
return "IDL:ccm.objectweb.org/demo3/TextEvent:1.0";
}
public static org.objectweb.ccm.demo3.TextEvent read (org.omg.CORBA.portable.InputStream is)
{
return (org.objectweb.ccm.demo3.TextEvent)((org.omg.CORBA_2_3.portable.InputStream)is).read_value ("IDL:ccm.objectweb.org/demo3/TextEvent:1.0");
}
public static void write (org.omg.CORBA.portable.OutputStream os, org.objectweb.ccm.demo3.TextEvent val)
{
((org.omg.CORBA_2_3.portable.OutputStream)os).write_value (val, "IDL:ccm.objectweb.org/demo3/TextEvent:1.0");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -