OrientationRequestedSupported.h 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_javax_print_ipp_attribute_supported_OrientationRequestedSupported__
  3. #define __gnu_javax_print_ipp_attribute_supported_OrientationRequestedSupported__
  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 OrientationRequestedSupported;
  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 OrientationRequested;
  38. }
  39. }
  40. }
  41. }
  42. }
  43. class gnu::javax::print::ipp::attribute::supported::OrientationRequestedSupported : public ::javax::print::attribute::EnumSyntax
  44. {
  45. public: // actually protected
  46. OrientationRequestedSupported(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. jint getOffset();
  54. public:
  55. ::javax::print::attribute::standard::OrientationRequested * getAssociatedAttribute();
  56. static JArray< ::javax::print::attribute::standard::OrientationRequested * > * getAssociatedAttributeArray(::java::util::Set *);
  57. static ::gnu::javax::print::ipp::attribute::supported::OrientationRequestedSupported * PORTRAIT;
  58. static ::gnu::javax::print::ipp::attribute::supported::OrientationRequestedSupported * LANDSCAPE;
  59. static ::gnu::javax::print::ipp::attribute::supported::OrientationRequestedSupported * REVERSE_LANDSCAPE;
  60. static ::gnu::javax::print::ipp::attribute::supported::OrientationRequestedSupported * REVERSE_PORTRAIT;
  61. private:
  62. static JArray< ::java::lang::String * > * stringTable;
  63. static JArray< ::gnu::javax::print::ipp::attribute::supported::OrientationRequestedSupported * > * enumValueTable;
  64. public:
  65. static ::java::lang::Class class$;
  66. };
  67. #endif // __gnu_javax_print_ipp_attribute_supported_OrientationRequestedSupported__