KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > IOP > TAG_CODE_SETS


1 package org.omg.IOP;
2
3
4 /**
5 * org/omg/IOP/TAG_CODE_SETS.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
8 * Saturday, February 9, 2008 9:40:04 AM GMT
9 */

10
11 public interface TAG_CODE_SETS
12 {
13
14   /**
15      * The code set component of the IOR multi-component profile structure
16      * contains:
17      * <ul>
18      * <li>server's native char code set and conversion code sets, and</li>
19      * <li>server's native wchar code set and conversion code sets.</li>
20      * </ul>
21      * Both char and wchar conversion code sets are listed in order of
22      * preference.
23      */

24   public static final int value = (int)(1L);
25 }
26
Popular Tags