1. package org.omg.IOP;
  2. /**
  3. * org/omg/IOP/TAG_CODE_SETS.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
  6. * Wednesday, September 15, 2004 10:28:42 AM GMT
  7. */
  8. public interface TAG_CODE_SETS
  9. {
  10. /**
  11. * The code set component of the IOR multi-component profile structure
  12. * contains:
  13. * <ul>
  14. * <li>server's native char code set and conversion code sets, and</li>
  15. * <li>server's native wchar code set and conversion code sets.</li>
  16. * </ul>
  17. * Both char and wchar conversion code sets are listed in order of
  18. * preference.
  19. */
  20. public static final int value = (int)(1L);
  21. }