StringValueHelper.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_omg_CORBA_StringValueHelper__
  3. #define __org_omg_CORBA_StringValueHelper__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace omg
  11. {
  12. namespace CORBA
  13. {
  14. class Any;
  15. class StringValueHelper;
  16. class TypeCode;
  17. namespace portable
  18. {
  19. class InputStream;
  20. class OutputStream;
  21. }
  22. }
  23. }
  24. }
  25. }
  26. class org::omg::CORBA::StringValueHelper : public ::java::lang::Object
  27. {
  28. public:
  29. StringValueHelper();
  30. virtual ::java::lang::String * get_id();
  31. static ::java::lang::String * id();
  32. virtual ::java::io::Serializable * read_value(::org::omg::CORBA::portable::InputStream *);
  33. virtual void write_value(::org::omg::CORBA::portable::OutputStream *, ::java::io::Serializable *);
  34. static ::java::lang::String * extract(::org::omg::CORBA::Any *);
  35. static void insert(::org::omg::CORBA::Any *, ::java::lang::String *);
  36. static ::java::lang::String * read(::org::omg::CORBA::portable::InputStream *);
  37. static ::org::omg::CORBA::TypeCode * type();
  38. static void write(::org::omg::CORBA::portable::OutputStream *, ::java::lang::String *);
  39. private:
  40. static ::java::lang::String * id__;
  41. static ::org::omg::CORBA::TypeCode * tString;
  42. public:
  43. static ::java::lang::Class class$;
  44. };
  45. #endif // __org_omg_CORBA_StringValueHelper__