📄 atmserverholder.java
字号:
package atmclient.ATMDemo;
/**
* <ul>
* <li> <b>IDL Source</b> "E:/su/18/ATMClient/src/atmclient/ATMDemo.idl"
* <li> <b>IDL Name</b> ::ATMDemo::ATMServer
* <li> <b>Repository Id</b> IDL:ATMDemo/ATMServer:1.0
* </ul>
* <b>IDL definition:</b>
* <pre>
* interface ATMServer {
...
};
* </pre>
*/
public final class ATMServerHolder implements org.omg.CORBA.portable.Streamable {
public atmclient.ATMDemo.ATMServer value;
public ATMServerHolder () {
}
public ATMServerHolder (final atmclient.ATMDemo.ATMServer _vis_value) {
this.value = _vis_value;
}
public void _read (final org.omg.CORBA.portable.InputStream input) {
value = atmclient.ATMDemo.ATMServerHelper.read(input);
}
public void _write (final org.omg.CORBA.portable.OutputStream output) {
atmclient.ATMDemo.ATMServerHelper.write(output, value);
}
public org.omg.CORBA.TypeCode _type () {
return atmclient.ATMDemo.ATMServerHelper.type();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -