1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_java_security_x509_ext_GeneralName$Kind__
5 #define __gnu_java_security_x509_ext_GeneralName$Kind__
6 
7 #pragma interface
8 
9 #include <java/lang/Enum.h>
10 #include <gcj/array.h>
11 
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace java
17     {
18       namespace security
19       {
20         namespace x509
21         {
22           namespace ext
23           {
24               class GeneralName$Kind;
25           }
26         }
27       }
28     }
29   }
30 }
31 
32 class gnu::java::security::x509::ext::GeneralName$Kind : public ::java::lang::Enum
33 {
34 
35   GeneralName$Kind(::java::lang::String *, jint, jint);
36 public:
37   static ::gnu::java::security::x509::ext::GeneralName$Kind * forTag(jint);
38   jint tag();
39   static JArray< ::gnu::java::security::x509::ext::GeneralName$Kind * > * values();
40   static ::gnu::java::security::x509::ext::GeneralName$Kind * valueOf(::java::lang::String *);
41   static ::gnu::java::security::x509::ext::GeneralName$Kind * otherName;
42   static ::gnu::java::security::x509::ext::GeneralName$Kind * rfc822Name;
43   static ::gnu::java::security::x509::ext::GeneralName$Kind * dNSName;
44   static ::gnu::java::security::x509::ext::GeneralName$Kind * x400Address;
45   static ::gnu::java::security::x509::ext::GeneralName$Kind * directoryName;
46   static ::gnu::java::security::x509::ext::GeneralName$Kind * ediPartyName;
47   static ::gnu::java::security::x509::ext::GeneralName$Kind * uniformResourceIdentifier;
48   static ::gnu::java::security::x509::ext::GeneralName$Kind * iPAddress;
49   static ::gnu::java::security::x509::ext::GeneralName$Kind * registeredId;
50 private:
51   jint __attribute__((aligned(__alignof__( ::java::lang::Enum)))) tag__;
52   static JArray< ::gnu::java::security::x509::ext::GeneralName$Kind * > * ENUM$VALUES;
53 public:
54   static ::java::lang::Class class$;
55 };
56 
57 #endif // __gnu_java_security_x509_ext_GeneralName$Kind__
58