2016-05-14 Fritz Reese <fritzoreese@gmail.com>
[official-gcc.git] / libjava / java / lang / Thread$State.h
blob4620c722436bb38c564cd715e6f27c04e7d35a9d
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_Thread$State__
5 #define __java_lang_Thread$State__
7 #pragma interface
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);
17 public:
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;
26 private:
27 static JArray< ::java::lang::Thread$State * > * ENUM$VALUES;
28 public:
29 static ::java::lang::Class class$;
32 #endif // __java_lang_Thread$State__