Proxy$Type.h 879 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_net_Proxy$Type__
  3. #define __java_net_Proxy$Type__
  4. #pragma interface
  5. #include <java/lang/Enum.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace java
  10. {
  11. namespace net
  12. {
  13. class Proxy$Type;
  14. }
  15. }
  16. }
  17. class java::net::Proxy$Type : public ::java::lang::Enum
  18. {
  19. Proxy$Type(::java::lang::String *, jint);
  20. public:
  21. static JArray< ::java::net::Proxy$Type * > * values();
  22. static ::java::net::Proxy$Type * valueOf(::java::lang::String *);
  23. static ::java::net::Proxy$Type * DIRECT;
  24. static ::java::net::Proxy$Type * HTTP;
  25. static ::java::net::Proxy$Type * SOCKS;
  26. private:
  27. static const jlong serialVersionUID = -2231209257930100533LL;
  28. static JArray< ::java::net::Proxy$Type * > * ENUM$VALUES;
  29. public:
  30. static ::java::lang::Class class$;
  31. };
  32. #endif // __java_net_Proxy$Type__