aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/libjava/java/lang/Thread$State.h
blob: 4620c722436bb38c564cd715e6f27c04e7d35a9d (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

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_lang_Thread$State__
#define __java_lang_Thread$State__

#pragma interface

#include <java/lang/Enum.h>
#include <gcj/array.h>


class java::lang::Thread$State : public ::java::lang::Enum
{

  Thread$State(::java::lang::String *, jint);
public:
  static JArray< ::java::lang::Thread$State * > * values();
  static ::java::lang::Thread$State * valueOf(::java::lang::String *);
  static ::java::lang::Thread$State * BLOCKED;
  static ::java::lang::Thread$State * NEW;
  static ::java::lang::Thread$State * RUNNABLE;
  static ::java::lang::Thread$State * TERMINATED;
  static ::java::lang::Thread$State * TIMED_WAITING;
  static ::java::lang::Thread$State * WAITING;
private:
  static JArray< ::java::lang::Thread$State * > * ENUM$VALUES;
public:
  static ::java::lang::Class class$;
};

#endif // __java_lang_Thread$State__