OSDN Git Service

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