JobSheetsSupported.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_print_ipp_attribute_supported_JobSheetsSupported__
  3. #define __gnu_javax_print_ipp_attribute_supported_JobSheetsSupported__
  4. #pragma interface
  5. #include <javax/print/attribute/TextSyntax.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 defaults
  20. {
  21. class JobSheetsDefault;
  22. }
  23. namespace supported
  24. {
  25. class JobSheetsSupported;
  26. }
  27. }
  28. }
  29. }
  30. }
  31. }
  32. namespace javax
  33. {
  34. namespace print
  35. {
  36. namespace attribute
  37. {
  38. namespace standard
  39. {
  40. class JobSheets;
  41. }
  42. }
  43. }
  44. }
  45. }
  46. class gnu::javax::print::ipp::attribute::supported::JobSheetsSupported : public ::javax::print::attribute::TextSyntax
  47. {
  48. public:
  49. JobSheetsSupported(::java::lang::String *, ::java::util::Locale *);
  50. ::java::lang::Class * getCategory();
  51. ::java::lang::String * getName();
  52. ::javax::print::attribute::standard::JobSheets * getAssociatedAttribute();
  53. static JArray< ::javax::print::attribute::standard::JobSheets * > * getAssociatedAttributeArray(::java::util::Set *);
  54. static ::gnu::javax::print::ipp::attribute::defaults::JobSheetsDefault * NONE;
  55. static ::gnu::javax::print::ipp::attribute::defaults::JobSheetsDefault * STANDARD;
  56. static ::java::lang::Class class$;
  57. };
  58. #endif // __gnu_javax_print_ipp_attribute_supported_JobSheetsSupported__