OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / javax / print / ipp / attribute / supported / FinishingsSupported.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_javax_print_ipp_attribute_supported_FinishingsSupported__
5 #define __gnu_javax_print_ipp_attribute_supported_FinishingsSupported__
6
7 #pragma interface
8
9 #include <javax/print/attribute/EnumSyntax.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace javax
17     {
18       namespace print
19       {
20         namespace ipp
21         {
22           namespace attribute
23           {
24             namespace supported
25             {
26                 class FinishingsSupported;
27             }
28           }
29         }
30       }
31     }
32   }
33   namespace javax
34   {
35     namespace print
36     {
37       namespace attribute
38       {
39           class EnumSyntax;
40         namespace standard
41         {
42             class Finishings;
43         }
44       }
45     }
46   }
47 }
48
49 class gnu::javax::print::ipp::attribute::supported::FinishingsSupported : public ::javax::print::attribute::EnumSyntax
50 {
51
52 public: // actually protected
53   FinishingsSupported(jint);
54 public:
55   ::java::lang::Class * getCategory();
56   ::java::lang::String * getName();
57 public: // actually protected
58   JArray< ::java::lang::String * > * getStringTable();
59   JArray< ::javax::print::attribute::EnumSyntax * > * getEnumValueTable();
60   jint getOffset();
61 public:
62   ::javax::print::attribute::standard::Finishings * getAssociatedAttribute();
63   static JArray< ::javax::print::attribute::standard::Finishings * > * getAssociatedAttributeArray(::java::util::Set *);
64   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * NONE;
65   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * STAPLE;
66   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * COVER;
67   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * BIND;
68   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * SADDLE_STITCH;
69   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * EDGE_STITCH;
70   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * STAPLE_TOP_LEFT;
71   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * STAPLE_BOTTOM_LEFT;
72   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * STAPLE_TOP_RIGHT;
73   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * STAPLE_BOTTOM_RIGHT;
74   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * EDGE_STITCH_LEFT;
75   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * EDGE_STITCH_TOP;
76   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * EDGE_STITCH_RIGHT;
77   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * EDGE_STITCH_BOTTOM;
78   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * STAPLE_DUAL_LEFT;
79   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * STAPLE_DUAL_TOP;
80   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * STAPLE_DUAL_RIGHT;
81   static ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * STAPLE_DUAL_BOTTOM;
82 private:
83   static JArray< ::java::lang::String * > * stringTable;
84   static JArray< ::gnu::javax::print::ipp::attribute::supported::FinishingsSupported * > * enumValueTable;
85 public:
86   static ::java::lang::Class class$;
87 };
88
89 #endif // __gnu_javax_print_ipp_attribute_supported_FinishingsSupported__