summaryrefslogtreecommitdiff
path: root/libjava/org/omg/CORBA/TCKind.h
blob: d62ef2ce2c29119fc04dcc8dc19eb4b2a443f3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __org_omg_CORBA_TCKind__
#define __org_omg_CORBA_TCKind__

#pragma interface

#include <java/lang/Object.h>
#include <gcj/array.h>

extern "Java"
{
  namespace org
  {
    namespace omg
    {
      namespace CORBA
      {
          class TCKind;
      }
    }
  }
}

class org::omg::CORBA::TCKind : public ::java::lang::Object
{

public: // actually protected
  TCKind(jint);
public:
  virtual jint value();
  static ::org::omg::CORBA::TCKind * from_int(jint);
  static const jint _tk_null = 0;
  static const jint _tk_void = 1;
  static const jint _tk_short = 2;
  static const jint _tk_long = 3;
  static const jint _tk_ushort = 4;
  static const jint _tk_ulong = 5;
  static const jint _tk_float = 6;
  static const jint _tk_double = 7;
  static const jint _tk_boolean = 8;
  static const jint _tk_char = 9;
  static const jint _tk_octet = 10;
  static const jint _tk_any = 11;
  static const jint _tk_TypeCode = 12;
  static const jint _tk_Principal = 13;
  static const jint _tk_objref = 14;
  static const jint _tk_struct = 15;
  static const jint _tk_union = 16;
  static const jint _tk_enum = 17;
  static const jint _tk_string = 18;
  static const jint _tk_sequence = 19;
  static const jint _tk_array = 20;
  static const jint _tk_alias = 21;
  static const jint _tk_except = 22;
  static const jint _tk_longlong = 23;
  static const jint _tk_ulonglong = 24;
  static const jint _tk_longdouble = 25;
  static const jint _tk_wchar = 26;
  static const jint _tk_wstring = 27;
  static const jint _tk_fixed = 28;
  static const jint _tk_value = 29;
  static const jint _tk_value_box = 30;
  static const jint _tk_native = 31;
  static const jint _tk_abstract_interface = 32;
  static ::org::omg::CORBA::TCKind * tk_null;
  static ::org::omg::CORBA::TCKind * tk_void;
  static ::org::omg::CORBA::TCKind * tk_short;
  static ::org::omg::CORBA::TCKind * tk_long;
  static ::org::omg::CORBA::TCKind * tk_ushort;
  static ::org::omg::CORBA::TCKind * tk_ulong;
  static ::org::omg::CORBA::TCKind * tk_float;
  static ::org::omg::CORBA::TCKind * tk_double;
  static ::org::omg::CORBA::TCKind * tk_boolean;
  static ::org::omg::CORBA::TCKind * tk_char;
  static ::org::omg::CORBA::TCKind * tk_octet;
  static ::org::omg::CORBA::TCKind * tk_any;
  static ::org::omg::CORBA::TCKind * tk_TypeCode;
  static ::org::omg::CORBA::TCKind * tk_Principal;
  static ::org::omg::CORBA::TCKind * tk_objref;
  static ::org::omg::CORBA::TCKind * tk_struct;
  static ::org::omg::CORBA::TCKind * tk_union;
  static ::org::omg::CORBA::TCKind * tk_enum;
  static ::org::omg::CORBA::TCKind * tk_string;
  static ::org::omg::CORBA::TCKind * tk_sequence;
  static ::org::omg::CORBA::TCKind * tk_array;
  static ::org::omg::CORBA::TCKind * tk_alias;
  static ::org::omg::CORBA::TCKind * tk_except;
  static ::org::omg::CORBA::TCKind * tk_longlong;
  static ::org::omg::CORBA::TCKind * tk_ulonglong;
  static ::org::omg::CORBA::TCKind * tk_longdouble;
  static ::org::omg::CORBA::TCKind * tk_wchar;
  static ::org::omg::CORBA::TCKind * tk_wstring;
  static ::org::omg::CORBA::TCKind * tk_fixed;
  static ::org::omg::CORBA::TCKind * tk_value;
  static ::org::omg::CORBA::TCKind * tk_value_box;
  static ::org::omg::CORBA::TCKind * tk_native;
  static ::org::omg::CORBA::TCKind * tk_abstract_interface;
private:
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) _value;
  static JArray< ::org::omg::CORBA::TCKind * > * tk;
public:
  static ::java::lang::Class class$;
};

#endif // __org_omg_CORBA_TCKind__