?? configvalueholder.java
字號:
package org.omg.Components;
/**
* Generated from IDL definition of valuetype "ConfigValue"
* @author JacORB IDL compiler
*/
public final class ConfigValueHolder
implements org.omg.CORBA.portable.Streamable
{
public org.omg.Components.ConfigValue value;
public ConfigValueHolder () {}
public ConfigValueHolder (final org.omg.Components.ConfigValue initial)
{
value = initial;
}
public void _read (final org.omg.CORBA.portable.InputStream is)
{
value = org.omg.Components.ConfigValueHelper.read (is);
}
public void _write (final org.omg.CORBA.portable.OutputStream os)
{
org.omg.Components.ConfigValueHelper.write (os, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return value._type ();
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -