summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/print/ipp/IppValueTag.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/gnu/javax/print/ipp/IppValueTag.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/gnu/javax/print/ipp/IppValueTag.h')
-rw-r--r--libjava/gnu/javax/print/ipp/IppValueTag.h56
1 files changed, 56 insertions, 0 deletions
diff --git a/libjava/gnu/javax/print/ipp/IppValueTag.h b/libjava/gnu/javax/print/ipp/IppValueTag.h
new file mode 100644
index 000000000..341f87c59
--- /dev/null
+++ b/libjava/gnu/javax/print/ipp/IppValueTag.h
@@ -0,0 +1,56 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_javax_print_ipp_IppValueTag__
+#define __gnu_javax_print_ipp_IppValueTag__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace javax
+ {
+ namespace print
+ {
+ namespace ipp
+ {
+ class IppValueTag;
+ }
+ }
+ }
+ }
+}
+
+class gnu::javax::print::ipp::IppValueTag : public ::java::lang::Object
+{
+
+ IppValueTag();
+public:
+ static jboolean isValueTag(jbyte);
+ static const jbyte UNSUPPORTED = 16;
+ static const jbyte UNKNOWN = 18;
+ static const jbyte NO_VALUE = 19;
+ static const jbyte INTEGER = 33;
+ static const jbyte BOOLEAN = 34;
+ static const jbyte ENUM = 35;
+ static const jbyte OCTECTSTRING_UNSPECIFIED = 48;
+ static const jbyte DATETIME = 49;
+ static const jbyte RESOLUTION = 50;
+ static const jbyte RANGEOFINTEGER = 51;
+ static const jbyte TEXT_WITH_LANGUAGE = 53;
+ static const jbyte NAME_WITH_LANGUAGE = 54;
+ static const jbyte TEXT_WITHOUT_LANGUAGE = 65;
+ static const jbyte NAME_WITHOUT_LANGUAGE = 66;
+ static const jbyte KEYWORD = 68;
+ static const jbyte URI = 69;
+ static const jbyte URI_SCHEME = 70;
+ static const jbyte CHARSET = 71;
+ static const jbyte NATURAL_LANGUAGE = 72;
+ static const jbyte MIME_MEDIA_TYPE = 73;
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_javax_print_ipp_IppValueTag__