CompletionStatus.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_CompletionStatus__
  3. #define __org_omg_CORBA_CompletionStatus__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace org
  10. {
  11. namespace omg
  12. {
  13. namespace CORBA
  14. {
  15. class CompletionStatus;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::CORBA::CompletionStatus : public ::java::lang::Object
  21. {
  22. CompletionStatus(jint);
  23. public:
  24. static ::org::omg::CORBA::CompletionStatus * from_int(jint);
  25. ::java::lang::String * toString();
  26. jint value();
  27. private:
  28. static const jlong serialVersionUID = -9047319660881406859LL;
  29. public:
  30. static const jint _COMPLETED_YES = 0;
  31. static const jint _COMPLETED_NO = 1;
  32. static const jint _COMPLETED_MAYBE = 2;
  33. static ::org::omg::CORBA::CompletionStatus * COMPLETED_YES;
  34. static ::org::omg::CORBA::CompletionStatus * COMPLETED_NO;
  35. static ::org::omg::CORBA::CompletionStatus * COMPLETED_MAYBE;
  36. private:
  37. static JArray< ::org::omg::CORBA::CompletionStatus * > * states;
  38. jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) _value;
  39. public:
  40. static ::java::lang::Class class$;
  41. };
  42. #endif // __org_omg_CORBA_CompletionStatus__