CompressionSupported.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_print_ipp_attribute_supported_CompressionSupported__
  3. #define __gnu_javax_print_ipp_attribute_supported_CompressionSupported__
  4. #pragma interface
  5. #include <javax/print/attribute/EnumSyntax.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace javax
  12. {
  13. namespace print
  14. {
  15. namespace ipp
  16. {
  17. namespace attribute
  18. {
  19. namespace supported
  20. {
  21. class CompressionSupported;
  22. }
  23. }
  24. }
  25. }
  26. }
  27. }
  28. namespace javax
  29. {
  30. namespace print
  31. {
  32. namespace attribute
  33. {
  34. class EnumSyntax;
  35. namespace standard
  36. {
  37. class Compression;
  38. }
  39. }
  40. }
  41. }
  42. }
  43. class gnu::javax::print::ipp::attribute::supported::CompressionSupported : public ::javax::print::attribute::EnumSyntax
  44. {
  45. public: // actually protected
  46. CompressionSupported(jint);
  47. public:
  48. ::java::lang::Class * getCategory();
  49. ::java::lang::String * getName();
  50. public: // actually protected
  51. JArray< ::java::lang::String * > * getStringTable();
  52. JArray< ::javax::print::attribute::EnumSyntax * > * getEnumValueTable();
  53. public:
  54. ::javax::print::attribute::standard::Compression * getAssociatedAttribute();
  55. static JArray< ::javax::print::attribute::standard::Compression * > * getAssociatedAttributeArray(::java::util::Set *);
  56. static ::gnu::javax::print::ipp::attribute::supported::CompressionSupported * NONE;
  57. static ::gnu::javax::print::ipp::attribute::supported::CompressionSupported * DEFLATE;
  58. static ::gnu::javax::print::ipp::attribute::supported::CompressionSupported * GZIP;
  59. static ::gnu::javax::print::ipp::attribute::supported::CompressionSupported * COMPRESS;
  60. private:
  61. static JArray< ::java::lang::String * > * stringTable;
  62. static JArray< ::gnu::javax::print::ipp::attribute::supported::CompressionSupported * > * enumValueTable;
  63. public:
  64. static ::java::lang::Class class$;
  65. };
  66. #endif // __gnu_javax_print_ipp_attribute_supported_CompressionSupported__