summaryrefslogtreecommitdiff
path: root/libjava/java/net/Proxy$Type.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/net/Proxy$Type.h')
-rw-r--r--libjava/java/net/Proxy$Type.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/libjava/java/net/Proxy$Type.h b/libjava/java/net/Proxy$Type.h
new file mode 100644
index 000000000..288bd8c51
--- /dev/null
+++ b/libjava/java/net/Proxy$Type.h
@@ -0,0 +1,40 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __java_net_Proxy$Type__
+#define __java_net_Proxy$Type__
+
+#pragma interface
+
+#include <java/lang/Enum.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace java
+ {
+ namespace net
+ {
+ class Proxy$Type;
+ }
+ }
+}
+
+class java::net::Proxy$Type : public ::java::lang::Enum
+{
+
+ Proxy$Type(::java::lang::String *, jint);
+public:
+ static JArray< ::java::net::Proxy$Type * > * values();
+ static ::java::net::Proxy$Type * valueOf(::java::lang::String *);
+ static ::java::net::Proxy$Type * DIRECT;
+ static ::java::net::Proxy$Type * HTTP;
+ static ::java::net::Proxy$Type * SOCKS;
+private:
+ static const jlong serialVersionUID = -2231209257930100533LL;
+ static JArray< ::java::net::Proxy$Type * > * ENUM$VALUES;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __java_net_Proxy$Type__