summaryrefslogtreecommitdiff
path: root/libjava/javax/print/attribute/standard/PrinterStateReason.h
diff options
context:
space:
mode:
authorupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
committerupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
commit554fd8c5195424bdbcabf5de30fdc183aba391bd (patch)
tree976dc5ab7fddf506dadce60ae936f43f58787092 /libjava/javax/print/attribute/standard/PrinterStateReason.h
downloadcbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.bz2
cbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.xz
obtained gcc-4.6.4.tar.bz2 from upstream website;upstream
verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository.
Diffstat (limited to 'libjava/javax/print/attribute/standard/PrinterStateReason.h')
-rw-r--r--libjava/javax/print/attribute/standard/PrinterStateReason.h84
1 files changed, 84 insertions, 0 deletions
diff --git a/libjava/javax/print/attribute/standard/PrinterStateReason.h b/libjava/javax/print/attribute/standard/PrinterStateReason.h
new file mode 100644
index 000000000..04b83358a
--- /dev/null
+++ b/libjava/javax/print/attribute/standard/PrinterStateReason.h
@@ -0,0 +1,84 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __javax_print_attribute_standard_PrinterStateReason__
+#define __javax_print_attribute_standard_PrinterStateReason__
+
+#pragma interface
+
+#include <javax/print/attribute/EnumSyntax.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace javax
+ {
+ namespace print
+ {
+ namespace attribute
+ {
+ class EnumSyntax;
+ namespace standard
+ {
+ class PrinterStateReason;
+ }
+ }
+ }
+ }
+}
+
+class javax::print::attribute::standard::PrinterStateReason : public ::javax::print::attribute::EnumSyntax
+{
+
+public: // actually protected
+ PrinterStateReason(jint);
+public:
+ virtual ::java::lang::Class * getCategory();
+ virtual ::java::lang::String * getName();
+public: // actually protected
+ virtual JArray< ::java::lang::String * > * getStringTable();
+ virtual JArray< ::javax::print::attribute::EnumSyntax * > * getEnumValueTable();
+private:
+ static const jlong serialVersionUID = -1623720656201472593LL;
+public:
+ static ::javax::print::attribute::standard::PrinterStateReason * OTHER;
+ static ::javax::print::attribute::standard::PrinterStateReason * MEDIA_NEEDED;
+ static ::javax::print::attribute::standard::PrinterStateReason * MEDIA_JAM;
+ static ::javax::print::attribute::standard::PrinterStateReason * MOVING_TO_PAUSED;
+ static ::javax::print::attribute::standard::PrinterStateReason * PAUSED;
+ static ::javax::print::attribute::standard::PrinterStateReason * SHUTDOWN;
+ static ::javax::print::attribute::standard::PrinterStateReason * CONNECTING_TO_DEVICE;
+ static ::javax::print::attribute::standard::PrinterStateReason * TIMED_OUT;
+ static ::javax::print::attribute::standard::PrinterStateReason * STOPPING;
+ static ::javax::print::attribute::standard::PrinterStateReason * STOPPED_PARTLY;
+ static ::javax::print::attribute::standard::PrinterStateReason * TONER_LOW;
+ static ::javax::print::attribute::standard::PrinterStateReason * TONER_EMPTY;
+ static ::javax::print::attribute::standard::PrinterStateReason * SPOOL_AREA_FULL;
+ static ::javax::print::attribute::standard::PrinterStateReason * COVER_OPEN;
+ static ::javax::print::attribute::standard::PrinterStateReason * INTERLOCK_OPEN;
+ static ::javax::print::attribute::standard::PrinterStateReason * DOOR_OPEN;
+ static ::javax::print::attribute::standard::PrinterStateReason * INPUT_TRAY_MISSING;
+ static ::javax::print::attribute::standard::PrinterStateReason * MEDIA_LOW;
+ static ::javax::print::attribute::standard::PrinterStateReason * MEDIA_EMPTY;
+ static ::javax::print::attribute::standard::PrinterStateReason * OUTPUT_TRAY_MISSING;
+ static ::javax::print::attribute::standard::PrinterStateReason * OUTPUT_AREA_ALMOST_FULL;
+ static ::javax::print::attribute::standard::PrinterStateReason * OUTPUT_AREA_FULL;
+ static ::javax::print::attribute::standard::PrinterStateReason * MARKER_SUPPLY_LOW;
+ static ::javax::print::attribute::standard::PrinterStateReason * MARKER_SUPPLY_EMPTY;
+ static ::javax::print::attribute::standard::PrinterStateReason * MARKER_WASTE_ALMOST_FULL;
+ static ::javax::print::attribute::standard::PrinterStateReason * MARKER_WASTE_FULL;
+ static ::javax::print::attribute::standard::PrinterStateReason * FUSER_OVER_TEMP;
+ static ::javax::print::attribute::standard::PrinterStateReason * FUSER_UNDER_TEMP;
+ static ::javax::print::attribute::standard::PrinterStateReason * OPC_NEAR_EOL;
+ static ::javax::print::attribute::standard::PrinterStateReason * OPC_LIFE_OVER;
+ static ::javax::print::attribute::standard::PrinterStateReason * DEVELOPER_LOW;
+ static ::javax::print::attribute::standard::PrinterStateReason * DEVELOPER_EMPTY;
+ static ::javax::print::attribute::standard::PrinterStateReason * INTERPRETER_RESOURCE_UNAVAILABLE;
+private:
+ static JArray< ::java::lang::String * > * stringTable;
+ static JArray< ::javax::print::attribute::standard::PrinterStateReason * > * enumValueTable;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __javax_print_attribute_standard_PrinterStateReason__