IdUniquenessPolicyValue.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_PortableServer_IdUniquenessPolicyValue__
  3. #define __org_omg_PortableServer_IdUniquenessPolicyValue__
  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 PortableServer
  14. {
  15. class IdUniquenessPolicyValue;
  16. }
  17. }
  18. }
  19. }
  20. class org::omg::PortableServer::IdUniquenessPolicyValue : public ::java::lang::Object
  21. {
  22. public: // actually protected
  23. IdUniquenessPolicyValue(jint);
  24. public:
  25. static ::org::omg::PortableServer::IdUniquenessPolicyValue * from_int(jint);
  26. virtual ::java::lang::String * toString();
  27. virtual jint value();
  28. private:
  29. static const jlong serialVersionUID = 2698951826884611346LL;
  30. jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) _value;
  31. public:
  32. static const jint _UNIQUE_ID = 0;
  33. static ::org::omg::PortableServer::IdUniquenessPolicyValue * UNIQUE_ID;
  34. static const jint _MULTIPLE_ID = 1;
  35. static ::org::omg::PortableServer::IdUniquenessPolicyValue * MULTIPLE_ID;
  36. private:
  37. static JArray< ::org::omg::PortableServer::IdUniquenessPolicyValue * > * enume;
  38. static JArray< ::java::lang::String * > * state_names;
  39. public:
  40. static ::java::lang::Class class$;
  41. };
  42. #endif // __org_omg_PortableServer_IdUniquenessPolicyValue__