rawstateex.java

来自「jtapi for telephone」· Java 代码 · 共 32 行

JAVA
32
字号
package net.sourceforge.gjtapi.raw.remote.corba;

/**
* com/uforce/jtapi/generic/raw/remote/corba/RawStateEx.java
* Generated by the IDL-to-Java compiler (portable), version "3.0"
* from CorbaProvider.idl
* Thursday, November 16, 2000 1:38:18 o'clock PM EST
*/

public final class RawStateEx extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity
{
  public int callId = (int)0;
  public String address = null;
  public String terminal = null;
  public int type = (int)0;
  public int state = (int)0;
  public String info = null;

  public RawStateEx ()
  {
  } // ctor      
  public RawStateEx (int _callId, String _address, String _terminal, int _type, int _state, String _info)
  {
	callId = _callId;
	address = _address;
	terminal = _terminal;
	type = _type;
	state = _state;
	info = _info;
  } // ctor      
} // class RawStateEx

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?