OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [omg/] [CORBA/] [DefinitionKind.h] - Blame information for rev 761

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 761 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __org_omg_CORBA_DefinitionKind__
5
#define __org_omg_CORBA_DefinitionKind__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace org
15
  {
16
    namespace omg
17
    {
18
      namespace CORBA
19
      {
20
          class DefinitionKind;
21
      }
22
    }
23
  }
24
}
25
 
26
class org::omg::CORBA::DefinitionKind : public ::java::lang::Object
27
{
28
 
29
public: // actually protected
30
  DefinitionKind(jint);
31
public:
32
  virtual jint value();
33
  static ::org::omg::CORBA::DefinitionKind * from_int(jint);
34
private:
35
  static void fill_table();
36
  static const jlong serialVersionUID = -8601167576704143376LL;
37
public:
38
  static const jint _dk_none = 0;
39
  static const jint _dk_all = 1;
40
  static const jint _dk_Attribute = 2;
41
  static const jint _dk_Constant = 3;
42
  static const jint _dk_Exception = 4;
43
  static const jint _dk_Interface = 5;
44
  static const jint _dk_Module = 6;
45
  static const jint _dk_Operation = 7;
46
  static const jint _dk_Typedef = 8;
47
  static const jint _dk_Alias = 9;
48
  static const jint _dk_Struct = 10;
49
  static const jint _dk_Union = 11;
50
  static const jint _dk_Enum = 12;
51
  static const jint _dk_Primitive = 13;
52
  static const jint _dk_String = 14;
53
  static const jint _dk_Sequence = 15;
54
  static const jint _dk_Array = 16;
55
  static const jint _dk_Repository = 17;
56
  static const jint _dk_Wstring = 18;
57
  static const jint _dk_Fixed = 19;
58
  static const jint _dk_Value = 20;
59
  static const jint _dk_ValueBox = 21;
60
  static const jint _dk_ValueMember = 22;
61
  static const jint _dk_Native = 23;
62
  static const jint _dk_AbstractInterface = 24;
63
  static ::org::omg::CORBA::DefinitionKind * dk_none;
64
  static ::org::omg::CORBA::DefinitionKind * dk_all;
65
  static ::org::omg::CORBA::DefinitionKind * dk_Attribute;
66
  static ::org::omg::CORBA::DefinitionKind * dk_Constant;
67
  static ::org::omg::CORBA::DefinitionKind * dk_Exception;
68
  static ::org::omg::CORBA::DefinitionKind * dk_Interface;
69
  static ::org::omg::CORBA::DefinitionKind * dk_Module;
70
  static ::org::omg::CORBA::DefinitionKind * dk_Operation;
71
  static ::org::omg::CORBA::DefinitionKind * dk_Typedef;
72
  static ::org::omg::CORBA::DefinitionKind * dk_Alias;
73
  static ::org::omg::CORBA::DefinitionKind * dk_Struct;
74
  static ::org::omg::CORBA::DefinitionKind * dk_Union;
75
  static ::org::omg::CORBA::DefinitionKind * dk_Enum;
76
  static ::org::omg::CORBA::DefinitionKind * dk_Primitive;
77
  static ::org::omg::CORBA::DefinitionKind * dk_String;
78
  static ::org::omg::CORBA::DefinitionKind * dk_Sequence;
79
  static ::org::omg::CORBA::DefinitionKind * dk_Array;
80
  static ::org::omg::CORBA::DefinitionKind * dk_Repository;
81
  static ::org::omg::CORBA::DefinitionKind * dk_Wstring;
82
  static ::org::omg::CORBA::DefinitionKind * dk_Fixed;
83
  static ::org::omg::CORBA::DefinitionKind * dk_Value;
84
  static ::org::omg::CORBA::DefinitionKind * dk_ValueBox;
85
  static ::org::omg::CORBA::DefinitionKind * dk_ValueMember;
86
  static ::org::omg::CORBA::DefinitionKind * dk_Native;
87
  static ::org::omg::CORBA::DefinitionKind * dk_AbstractInterface;
88
private:
89
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) kind;
90
  static JArray< ::org::omg::CORBA::DefinitionKind * > * table;
91
public:
92
  static ::java::lang::Class class$;
93
};
94
 
95
#endif // __org_omg_CORBA_DefinitionKind__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.