OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / javax / print / ipp / attribute / defaults / SidesDefault.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_javax_print_ipp_attribute_defaults_SidesDefault__
5 #define __gnu_javax_print_ipp_attribute_defaults_SidesDefault__
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 defaults
25             {
26                 class SidesDefault;
27             }
28           }
29         }
30       }
31     }
32   }
33   namespace javax
34   {
35     namespace print
36     {
37       namespace attribute
38       {
39           class Attribute;
40           class EnumSyntax;
41       }
42     }
43   }
44 }
45
46 class gnu::javax::print::ipp::attribute::defaults::SidesDefault : public ::javax::print::attribute::EnumSyntax
47 {
48
49 public: // actually protected
50   SidesDefault(jint);
51 public:
52   ::java::lang::Class * getCategory();
53   ::java::lang::String * getName();
54 public: // actually protected
55   JArray< ::java::lang::String * > * getStringTable();
56   JArray< ::javax::print::attribute::EnumSyntax * > * getEnumValueTable();
57 public:
58   ::javax::print::attribute::Attribute * getAssociatedAttribute();
59   static ::gnu::javax::print::ipp::attribute::defaults::SidesDefault * ONE_SIDED;
60   static ::gnu::javax::print::ipp::attribute::defaults::SidesDefault * TWO_SIDED_LONG_EDGE;
61   static ::gnu::javax::print::ipp::attribute::defaults::SidesDefault * TWO_SIDED_SHORT_EDGE;
62   static ::gnu::javax::print::ipp::attribute::defaults::SidesDefault * DUPLEX;
63   static ::gnu::javax::print::ipp::attribute::defaults::SidesDefault * TUMBLE;
64 private:
65   static JArray< ::java::lang::String * > * stringTable;
66   static JArray< ::gnu::javax::print::ipp::attribute::defaults::SidesDefault * > * enumValueTable;
67 public:
68   static ::java::lang::Class class$;
69 };
70
71 #endif // __gnu_javax_print_ipp_attribute_defaults_SidesDefault__