2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_Thread$State__
5 #define __java_lang_Thread$State__
9 #include <java/lang/Enum.h>
10 #include <gcj/array.h>
13 class java::lang::Thread$State
: public ::java::lang::Enum
16 Thread$
State(::java::lang::String
*, jint
);
18 static JArray
< ::java::lang::Thread$State
* > * values();
19 static ::java::lang::Thread$State
* valueOf(::java::lang::String
*);
20 static ::java::lang::Thread$State
* BLOCKED
;
21 static ::java::lang::Thread$State
* NEW
;
22 static ::java::lang::Thread$State
* RUNNABLE
;
23 static ::java::lang::Thread$State
* TERMINATED
;
24 static ::java::lang::Thread$State
* TIMED_WAITING
;
25 static ::java::lang::Thread$State
* WAITING
;
27 static JArray
< ::java::lang::Thread$State
* > * ENUM$VALUES
;
29 static ::java::lang::Class
class$
;
32 #endif // __java_lang_Thread$State__