2011-10-08 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / libjava / java / sql / Time.h
bloba9c5d12af6cf6d184362fa785246e2ee5b6b7f2e
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_sql_Time__
5 #define __java_sql_Time__
7 #pragma interface
9 #include <java/util/Date.h>
10 extern "Java"
12 namespace java
14 namespace sql
16 class Time;
18 namespace text
20 class SimpleDateFormat;
25 class java::sql::Time : public ::java::util::Date
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$;
48 #endif // __java_sql_Time__