summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/print/ipp/attribute/supported/JobSheetsSupported.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/javax/print/ipp/attribute/supported/JobSheetsSupported.h')
-rw-r--r--libjava/gnu/javax/print/ipp/attribute/supported/JobSheetsSupported.h66
1 files changed, 66 insertions, 0 deletions
diff --git a/libjava/gnu/javax/print/ipp/attribute/supported/JobSheetsSupported.h b/libjava/gnu/javax/print/ipp/attribute/supported/JobSheetsSupported.h
new file mode 100644
index 000000000..38ab8a773
--- /dev/null
+++ b/libjava/gnu/javax/print/ipp/attribute/supported/JobSheetsSupported.h
@@ -0,0 +1,66 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_javax_print_ipp_attribute_supported_JobSheetsSupported__
+#define __gnu_javax_print_ipp_attribute_supported_JobSheetsSupported__
+
+#pragma interface
+
+#include <javax/print/attribute/TextSyntax.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace javax
+ {
+ namespace print
+ {
+ namespace ipp
+ {
+ namespace attribute
+ {
+ namespace defaults
+ {
+ class JobSheetsDefault;
+ }
+ namespace supported
+ {
+ class JobSheetsSupported;
+ }
+ }
+ }
+ }
+ }
+ }
+ namespace javax
+ {
+ namespace print
+ {
+ namespace attribute
+ {
+ namespace standard
+ {
+ class JobSheets;
+ }
+ }
+ }
+ }
+}
+
+class gnu::javax::print::ipp::attribute::supported::JobSheetsSupported : public ::javax::print::attribute::TextSyntax
+{
+
+public:
+ JobSheetsSupported(::java::lang::String *, ::java::util::Locale *);
+ ::java::lang::Class * getCategory();
+ ::java::lang::String * getName();
+ ::javax::print::attribute::standard::JobSheets * getAssociatedAttribute();
+ static JArray< ::javax::print::attribute::standard::JobSheets * > * getAssociatedAttributeArray(::java::util::Set *);
+ static ::gnu::javax::print::ipp::attribute::defaults::JobSheetsDefault * NONE;
+ static ::gnu::javax::print::ipp::attribute::defaults::JobSheetsDefault * STANDARD;
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_javax_print_ipp_attribute_supported_JobSheetsSupported__