org.omg.CORBA
Interface TypeCodeOperations


public interface TypeCodeOperations

Generated from IDL interface "TypeCode"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 TypeCode concrete_base_type()
           
 TypeCode content_type()
           
 int default_index()
           
 TypeCode discriminator_type()
           
 boolean equal(TypeCode tc)
           
 boolean equivalent(TypeCode tc)
           
 short fixed_digits()
           
 short fixed_scale()
           
 TypeCode get_compact_typecode()
           
 java.lang.String id()
           
 TCKind kind()
           
 int length()
           
 int member_count()
           
 Any member_label(int index)
           
 java.lang.String member_name(int index)
           
 TypeCode member_type(int index)
           
 short member_visibility(int index)
           
 java.lang.String name()
           
 short type_modifier()
           
 

Method Detail

equal

public boolean equal(TypeCode tc)

equivalent

public boolean equivalent(TypeCode tc)

get_compact_typecode

public TypeCode get_compact_typecode()

kind

public TCKind kind()

id

public java.lang.String id()
                    throws BadKind
Throws:
BadKind

name

public java.lang.String name()
                      throws BadKind
Throws:
BadKind

member_count

public int member_count()
                 throws BadKind
Throws:
BadKind

member_name

public java.lang.String member_name(int index)
                             throws Bounds,
                                    BadKind
Throws:
Bounds
BadKind

member_type

public TypeCode member_type(int index)
                     throws Bounds,
                            BadKind
Throws:
Bounds
BadKind

member_label

public Any member_label(int index)
                 throws Bounds,
                        BadKind
Throws:
Bounds
BadKind

discriminator_type

public TypeCode discriminator_type()
                            throws BadKind
Throws:
BadKind

default_index

public int default_index()
                  throws BadKind
Throws:
BadKind

length

public int length()
           throws BadKind
Throws:
BadKind

content_type

public TypeCode content_type()
                      throws BadKind
Throws:
BadKind

fixed_digits

public short fixed_digits()
                   throws BadKind
Throws:
BadKind

fixed_scale

public short fixed_scale()
                  throws BadKind
Throws:
BadKind

member_visibility

public short member_visibility(int index)
                        throws Bounds,
                               BadKind
Throws:
Bounds
BadKind

type_modifier

public short type_modifier()
                    throws BadKind
Throws:
BadKind

concrete_base_type

public TypeCode concrete_base_type()
                            throws BadKind
Throws:
BadKind