KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.IOP;
2
3
4 /**
5 * org/omg/IOP/ENCODING_CDR_ENCAPS.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:05 AM GMT
9 */

10
11 public interface ENCODING_CDR_ENCAPS
12 {
13
14   /**
15    * The CDR Encapsulation encoding.
16    * @see CodecFactory
17    */

18   public static final short value = (short)(0);
19 }
20
Popular Tags