OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [xml/] [datatype/] [DatatypeConstants.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_xml_datatype_DatatypeConstants__
5
#define __javax_xml_datatype_DatatypeConstants__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace xml
15
    {
16
      namespace datatype
17
      {
18
          class DatatypeConstants;
19
          class DatatypeConstants$Field;
20
      }
21
      namespace namespace$
22
      {
23
          class QName;
24
      }
25
    }
26
  }
27
}
28
 
29
class javax::xml::datatype::DatatypeConstants : public ::java::lang::Object
30
{
31
 
32
  DatatypeConstants();
33
public:
34
  static const jint JANUARY = 1;
35
  static const jint FEBRUARY = 2;
36
  static const jint MARCH = 3;
37
  static const jint APRIL = 4;
38
  static const jint MAY = 5;
39
  static const jint JUNE = 6;
40
  static const jint JULY = 7;
41
  static const jint AUGUST = 8;
42
  static const jint SEPTEMBER = 9;
43
  static const jint OCTOBER = 10;
44
  static const jint NOVEMBER = 11;
45
  static const jint DECEMBER = 12;
46
  static const jint LESSER = -1;
47
  static const jint EQUAL = 0;
48
  static const jint GREATER = 1;
49
  static const jint INDETERMINATE = 2;
50
  static const jint FIELD_UNDEFINED = -2147483647 - 1;
51
  static ::javax::xml::datatype::DatatypeConstants$Field * YEARS;
52
  static ::javax::xml::datatype::DatatypeConstants$Field * MONTHS;
53
  static ::javax::xml::datatype::DatatypeConstants$Field * DAYS;
54
  static ::javax::xml::datatype::DatatypeConstants$Field * HOURS;
55
  static ::javax::xml::datatype::DatatypeConstants$Field * MINUTES;
56
  static ::javax::xml::datatype::DatatypeConstants$Field * SECONDS;
57
  static ::javax::xml::namespace$::QName * DATETIME;
58
  static ::javax::xml::namespace$::QName * TIME;
59
  static ::javax::xml::namespace$::QName * DATE;
60
  static ::javax::xml::namespace$::QName * GYEARMONTH;
61
  static ::javax::xml::namespace$::QName * GMONTHDAY;
62
  static ::javax::xml::namespace$::QName * GYEAR;
63
  static ::javax::xml::namespace$::QName * GMONTH;
64
  static ::javax::xml::namespace$::QName * GDAY;
65
  static ::javax::xml::namespace$::QName * DURATION;
66
  static ::javax::xml::namespace$::QName * DURATION_DAYTIME;
67
  static ::javax::xml::namespace$::QName * DURATION_YEARMONTH;
68
  static const jint MAX_TIMEZONE_OFFSET = -840;
69
  static const jint MIN_TIMEZONE_OFFSET = 840;
70
  static ::java::lang::Class class$;
71
};
72
 
73
#endif // __javax_xml_datatype_DatatypeConstants__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.