MediaSupported.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_print_ipp_attribute_supported_MediaSupported__
  3. #define __gnu_javax_print_ipp_attribute_supported_MediaSupported__
  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 supported
  20. {
  21. class MediaSupported;
  22. }
  23. }
  24. }
  25. }
  26. }
  27. }
  28. namespace javax
  29. {
  30. namespace print
  31. {
  32. namespace attribute
  33. {
  34. namespace standard
  35. {
  36. class Media;
  37. }
  38. }
  39. }
  40. }
  41. }
  42. class gnu::javax::print::ipp::attribute::supported::MediaSupported : public ::javax::print::attribute::TextSyntax
  43. {
  44. public:
  45. MediaSupported(::java::lang::String *, ::java::util::Locale *);
  46. ::java::lang::Class * getCategory();
  47. ::java::lang::String * getName();
  48. static JArray< ::javax::print::attribute::standard::Media * > * getAssociatedAttributeArray(::java::util::Set *);
  49. static ::java::lang::Class class$;
  50. };
  51. #endif // __gnu_javax_print_ipp_attribute_supported_MediaSupported__