OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / org / omg / CosNaming / NamingContextPackage / NotFoundReason.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __org_omg_CosNaming_NamingContextPackage_NotFoundReason__
5 #define __org_omg_CosNaming_NamingContextPackage_NotFoundReason__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace org
13   {
14     namespace omg
15     {
16       namespace CosNaming
17       {
18         namespace NamingContextPackage
19         {
20             class NotFoundReason;
21         }
22       }
23     }
24   }
25 }
26
27 class org::omg::CosNaming::NamingContextPackage::NotFoundReason : public ::java::lang::Object
28 {
29
30 public: // actually protected
31   NotFoundReason(jint);
32 public:
33   static ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * from_int(jint);
34   virtual jint value();
35 private:
36   static const jlong serialVersionUID = -5689237060527596081LL;
37 public:
38   static const jint _missing_node = 0;
39   static const jint _not_context = 1;
40   static const jint _not_object = 2;
41   static ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * missing_node;
42   static ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * not_context;
43   static ::org::omg::CosNaming::NamingContextPackage::NotFoundReason * not_object;
44 private:
45   jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) value__;
46 public:
47   static ::java::lang::Class class$;
48 };
49
50 #endif // __org_omg_CosNaming_NamingContextPackage_NotFoundReason__