interfacenameoperations.java
来自「高级java2 大学教程(含源码,经典的Java学习教程」· Java 代码 · 共 29 行
JAVA
29 行
package maptest;
/**
* maptest/InterfaceNameOperations.java
* Generated by the IDL-to-Java compiler (portable), version "3.0"
* from maptest.idl
* Monday, May 14, 2001 4:18:09 PM PDT
*/
// the interface declaration for InterfaceName
public interface InterfaceNameOperations
{
// comment above the readwrite attribute
int anAttribute ();
// comment above the readwrite attribute
void anAttribute (int newAnAttribute);
int roAttribute ();
// comment above our methods
void seqMethod (maptest.StructMap[] seq);
void boundSeqMethod (maptest.StructMap[] seq);
void arrayMethod (int[] array);
void intOutMethod (org.omg.CORBA.IntHolder intValue);
} // interface InterfaceNameOperations
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?