示例#1
0
 public org.omg.CORBA.DefinitionKind def_kind() {
   org.omg.CORBA.Request _request = this._request("_get_def_kind");
   _request.set_return_type(org.omg.CORBA.DefinitionKindHelper.type());
   _request.invoke();
   java.lang.Exception _exception = _request.env().exception();
   if (_exception != null) {
     throw (org.omg.CORBA.SystemException) _exception;
   }
   ;
   org.omg.CORBA.DefinitionKind _result;
   _result = org.omg.CORBA.DefinitionKindHelper.extract(_request.return_value());
   return _result;
 }