1. package org.omg.Dynamic;
  2. /**
  3. * org/omg/Dynamic/Parameter.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
  6. * Wednesday, September 15, 2004 10:28:45 AM GMT
  7. */
  8. public final class Parameter implements org.omg.CORBA.portable.IDLEntity
  9. {
  10. public org.omg.CORBA.Any argument = null;
  11. public org.omg.CORBA.ParameterMode mode = null;
  12. public Parameter ()
  13. {
  14. } // ctor
  15. public Parameter (org.omg.CORBA.Any _argument, org.omg.CORBA.ParameterMode _mode)
  16. {
  17. argument = _argument;
  18. mode = _mode;
  19. } // ctor
  20. } // class Parameter