summaryrefslogtreecommitdiff
path: root/libjava/org/omg/CORBA/ParameterMode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org/omg/CORBA/ParameterMode.h')
-rw-r--r--libjava/org/omg/CORBA/ParameterMode.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/libjava/org/omg/CORBA/ParameterMode.h b/libjava/org/omg/CORBA/ParameterMode.h
new file mode 100644
index 000000000..92457814d
--- /dev/null
+++ b/libjava/org/omg/CORBA/ParameterMode.h
@@ -0,0 +1,50 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_omg_CORBA_ParameterMode__
+#define __org_omg_CORBA_ParameterMode__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+#include <gcj/array.h>
+
+extern "Java"
+{
+ namespace org
+ {
+ namespace omg
+ {
+ namespace CORBA
+ {
+ class ParameterMode;
+ }
+ }
+ }
+}
+
+class org::omg::CORBA::ParameterMode : public ::java::lang::Object
+{
+
+public: // actually protected
+ ParameterMode(jint);
+public:
+ virtual jint value();
+ static ::org::omg::CORBA::ParameterMode * from_int(jint);
+private:
+ static const jlong serialVersionUID = 1521598391932998229LL;
+public:
+ static const jint _PARAM_IN = 0;
+ static const jint _PARAM_OUT = 1;
+ static const jint _PARAM_INOUT = 2;
+ static ::org::omg::CORBA::ParameterMode * PARAM_IN;
+ static ::org::omg::CORBA::ParameterMode * PARAM_OUT;
+ static ::org::omg::CORBA::ParameterMode * PARAM_INOUT;
+private:
+ jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) value__;
+ static JArray< ::org::omg::CORBA::ParameterMode * > * table;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_omg_CORBA_ParameterMode__