OSDN Git Service

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