org.omg.CONV_FRAME
Class CodeSetComponent

java.lang.Object
  extended byorg.omg.CONV_FRAME.CodeSetComponent
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class CodeSetComponent
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "CodeSetComponent"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int[] conversion_code_sets
           
 int native_code_set
           
 
Constructor Summary
CodeSetComponent()
           
CodeSetComponent(int native_code_set, int[] conversion_code_sets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

native_code_set

public int native_code_set

conversion_code_sets

public int[] conversion_code_sets
Constructor Detail

CodeSetComponent

public CodeSetComponent()

CodeSetComponent

public CodeSetComponent(int native_code_set,
                        int[] conversion_code_sets)