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