1. package org.omg.Dynamic;
  2. /**
  3. * org/omg/Dynamic/Parameter.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
  6. * Monday, February 23, 2004 7:03:05 AM GMT
  7. */
  8. /**
  9. * <code>NVList</code> PIDL represented by <code>ParameterList</code> IDL.
  10. * This exists in order to keep the Portable Interceptor IDL from becoming
  11. * PIDL.
  12. */
  13. public final class Parameter implements org.omg.CORBA.portable.IDLEntity
  14. {
  15. public org.omg.CORBA.Any argument = null;
  16. public org.omg.CORBA.ParameterMode mode = null;
  17. public Parameter ()
  18. {
  19. } // ctor
  20. public Parameter (org.omg.CORBA.Any _argument, org.omg.CORBA.ParameterMode _mode)
  21. {
  22. argument = _argument;
  23. mode = _mode;
  24. } // ctor
  25. } // class Parameter