aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/net/Proxy$Type.h
blob: 288bd8c519aada9456f5201420f7554570c67b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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__