?? publisherdescriptionhelper.java
字號(hào):
package org.omg.Components;
/**
* Generated from IDL definition of valuetype "PublisherDescription"
* @author JacORB IDL compiler
*/
public abstract class PublisherDescriptionHelper
{
private static org.omg.CORBA.TypeCode type = null;
public static void insert (org.omg.CORBA.Any a, org.omg.Components.PublisherDescription v)
{
a.insert_Value (v, v._type());
}
public static org.omg.Components.PublisherDescription extract (org.omg.CORBA.Any a)
{
return (org.omg.Components.PublisherDescription)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/PublisherDescription:1.0", "PublisherDescription", (short)0, null, new org.omg.CORBA.ValueMember[] {new org.omg.CORBA.ValueMember ("", "IDL:omg.org/Components/SubscriberDescriptions:1.0", "PublisherDescription", "1.0", org.omg.Components.SubscriberDescriptionsHelper.type(), null, (short)1)});
return type;
}
public static String id()
{
return "IDL:omg.org/Components/PublisherDescription:1.0";
}
public static org.omg.Components.PublisherDescription read (org.omg.CORBA.portable.InputStream is)
{
return (org.omg.Components.PublisherDescription)((org.omg.CORBA_2_3.portable.InputStream)is).read_value ("IDL:omg.org/Components/PublisherDescription:1.0");
}
public static void write (org.omg.CORBA.portable.OutputStream os, org.omg.Components.PublisherDescription val)
{
((org.omg.CORBA_2_3.portable.OutputStream)os).write_value (val, "IDL:omg.org/Components/PublisherDescription:1.0");
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -