1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_javax_print_ipp_attribute_printer_DocumentFormat__
5 #define __gnu_javax_print_ipp_attribute_printer_DocumentFormat__
6 
7 #pragma interface
8 
9 #include <javax/print/attribute/TextSyntax.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace javax
15     {
16       namespace print
17       {
18         namespace ipp
19         {
20           namespace attribute
21           {
22             namespace printer
23             {
24                 class DocumentFormat;
25             }
26           }
27         }
28       }
29     }
30   }
31   namespace javax
32   {
33     namespace print
34     {
35         class DocFlavor;
36     }
37   }
38 }
39 
40 class gnu::javax::print::ipp::attribute::printer::DocumentFormat : public ::javax::print::attribute::TextSyntax
41 {
42 
43 public:
44   DocumentFormat(::java::lang::String *, ::java::util::Locale *);
45   static ::gnu::javax::print::ipp::attribute::printer::DocumentFormat * createDocumentFormat(::javax::print::DocFlavor *);
46   ::java::lang::Class * getCategory();
47   ::java::lang::String * getName();
48   static ::java::lang::Class class$;
49 };
50 
51 #endif // __gnu_javax_print_ipp_attribute_printer_DocumentFormat__
52