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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [print/] [attribute/] [standard/] [PrinterStateReason.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_print_attribute_standard_PrinterStateReason__
5
#define __javax_print_attribute_standard_PrinterStateReason__
6
 
7
#pragma interface
8
 
9
#include <javax/print/attribute/EnumSyntax.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace print
17
    {
18
      namespace attribute
19
      {
20
          class EnumSyntax;
21
        namespace standard
22
        {
23
            class PrinterStateReason;
24
        }
25
      }
26
    }
27
  }
28
}
29
 
30
class javax::print::attribute::standard::PrinterStateReason : public ::javax::print::attribute::EnumSyntax
31
{
32
 
33
public: // actually protected
34
  PrinterStateReason(jint);
35
public:
36
  virtual ::java::lang::Class * getCategory();
37
  virtual ::java::lang::String * getName();
38
public: // actually protected
39
  virtual JArray< ::java::lang::String * > * getStringTable();
40
  virtual JArray< ::javax::print::attribute::EnumSyntax * > * getEnumValueTable();
41
private:
42
  static const jlong serialVersionUID = -1623720656201472593LL;
43
public:
44
  static ::javax::print::attribute::standard::PrinterStateReason * OTHER;
45
  static ::javax::print::attribute::standard::PrinterStateReason * MEDIA_NEEDED;
46
  static ::javax::print::attribute::standard::PrinterStateReason * MEDIA_JAM;
47
  static ::javax::print::attribute::standard::PrinterStateReason * MOVING_TO_PAUSED;
48
  static ::javax::print::attribute::standard::PrinterStateReason * PAUSED;
49
  static ::javax::print::attribute::standard::PrinterStateReason * SHUTDOWN;
50
  static ::javax::print::attribute::standard::PrinterStateReason * CONNECTING_TO_DEVICE;
51
  static ::javax::print::attribute::standard::PrinterStateReason * TIMED_OUT;
52
  static ::javax::print::attribute::standard::PrinterStateReason * STOPPING;
53
  static ::javax::print::attribute::standard::PrinterStateReason * STOPPED_PARTLY;
54
  static ::javax::print::attribute::standard::PrinterStateReason * TONER_LOW;
55
  static ::javax::print::attribute::standard::PrinterStateReason * TONER_EMPTY;
56
  static ::javax::print::attribute::standard::PrinterStateReason * SPOOL_AREA_FULL;
57
  static ::javax::print::attribute::standard::PrinterStateReason * COVER_OPEN;
58
  static ::javax::print::attribute::standard::PrinterStateReason * INTERLOCK_OPEN;
59
  static ::javax::print::attribute::standard::PrinterStateReason * DOOR_OPEN;
60
  static ::javax::print::attribute::standard::PrinterStateReason * INPUT_TRAY_MISSING;
61
  static ::javax::print::attribute::standard::PrinterStateReason * MEDIA_LOW;
62
  static ::javax::print::attribute::standard::PrinterStateReason * MEDIA_EMPTY;
63
  static ::javax::print::attribute::standard::PrinterStateReason * OUTPUT_TRAY_MISSING;
64
  static ::javax::print::attribute::standard::PrinterStateReason * OUTPUT_AREA_ALMOST_FULL;
65
  static ::javax::print::attribute::standard::PrinterStateReason * OUTPUT_AREA_FULL;
66
  static ::javax::print::attribute::standard::PrinterStateReason * MARKER_SUPPLY_LOW;
67
  static ::javax::print::attribute::standard::PrinterStateReason * MARKER_SUPPLY_EMPTY;
68
  static ::javax::print::attribute::standard::PrinterStateReason * MARKER_WASTE_ALMOST_FULL;
69
  static ::javax::print::attribute::standard::PrinterStateReason * MARKER_WASTE_FULL;
70
  static ::javax::print::attribute::standard::PrinterStateReason * FUSER_OVER_TEMP;
71
  static ::javax::print::attribute::standard::PrinterStateReason * FUSER_UNDER_TEMP;
72
  static ::javax::print::attribute::standard::PrinterStateReason * OPC_NEAR_EOL;
73
  static ::javax::print::attribute::standard::PrinterStateReason * OPC_LIFE_OVER;
74
  static ::javax::print::attribute::standard::PrinterStateReason * DEVELOPER_LOW;
75
  static ::javax::print::attribute::standard::PrinterStateReason * DEVELOPER_EMPTY;
76
  static ::javax::print::attribute::standard::PrinterStateReason * INTERPRETER_RESOURCE_UNAVAILABLE;
77
private:
78
  static JArray< ::java::lang::String * > * stringTable;
79
  static JArray< ::javax::print::attribute::standard::PrinterStateReason * > * enumValueTable;
80
public:
81
  static ::java::lang::Class class$;
82
};
83
 
84
#endif // __javax_print_attribute_standard_PrinterStateReason__

powered by: WebSVN 2.1.0

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