1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __java_sql_Time__
5 #define __java_sql_Time__
6 
7 #pragma interface
8 
9 #include <java/util/Date.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace sql
15     {
16         class Time;
17     }
18     namespace text
19     {
20         class SimpleDateFormat;
21     }
22   }
23 }
24 
25 class java::sql::Time : public ::java::util::Date
26 {
27 
28 public:
29   virtual jint getDate();
30   virtual jint getDay();
31   virtual jint getMonth();
32   virtual jint getYear();
33   virtual void setDate(jint);
34   virtual void setMonth(jint);
35   virtual void setYear(jint);
36   static ::java::sql::Time * valueOf(::java::lang::String *);
37   Time(jint, jint, jint);
38   Time(jlong);
39   virtual ::java::lang::String * toString();
40 public: // actually package-private
41   static const jlong serialVersionUID = 8397324403548013681LL;
42 private:
43   static ::java::text::SimpleDateFormat * sdf;
44 public:
45   static ::java::lang::Class class$;
46 };
47 
48 #endif // __java_sql_Time__
49