OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / print / attribute / standard / ColorSupported.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_print_attribute_standard_ColorSupported__
5 #define __javax_print_attribute_standard_ColorSupported__
6
7 #pragma interface
8
9 #include <javax/print/attribute/EnumSyntax.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace javax
15   {
16     namespace print
17     {
18       namespace attribute
19       {
20           class EnumSyntax;
21         namespace standard
22         {
23             class ColorSupported;
24         }
25       }
26     }
27   }
28 }
29
30 class javax::print::attribute::standard::ColorSupported : public ::javax::print::attribute::EnumSyntax
31 {
32
33 public: // actually protected
34   ColorSupported(jint);
35 public:
36   ::java::lang::Class * getCategory();
37   ::java::lang::String * getName();
38 public: // actually protected
39   JArray< ::java::lang::String * > * getStringTable();
40   JArray< ::javax::print::attribute::EnumSyntax * > * getEnumValueTable();
41 private:
42   static const jlong serialVersionUID = -2700555589688535545LL;
43 public:
44   static ::javax::print::attribute::standard::ColorSupported * NOT_SUPPORTED;
45   static ::javax::print::attribute::standard::ColorSupported * SUPPORTED;
46 private:
47   static JArray< ::java::lang::String * > * stringTable;
48   static JArray< ::javax::print::attribute::standard::ColorSupported * > * enumValueTable;
49 public:
50   static ::java::lang::Class class$;
51 };
52
53 #endif // __javax_print_attribute_standard_ColorSupported__