org.omg.CORBA
Interface TypeCodeOperations


public interface TypeCodeOperations

Generated from IDL interface "TypeCode".

Version:
generated at Mar 12, 2011 4:11:13 PM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

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

boolean equal(TypeCode tc)

equivalent

boolean equivalent(TypeCode tc)

get_compact_typecode

TypeCode get_compact_typecode()

kind

TCKind kind()

id

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

name

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

member_count

int member_count()
                 throws BadKind
Throws:
BadKind

member_name

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

member_type

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

member_label

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

discriminator_type

TypeCode discriminator_type()
                            throws BadKind
Throws:
BadKind

default_index

int default_index()
                  throws BadKind
Throws:
BadKind

length

int length()
           throws BadKind
Throws:
BadKind

content_type

TypeCode content_type()
                      throws BadKind
Throws:
BadKind

fixed_digits

short fixed_digits()
                   throws BadKind
Throws:
BadKind

fixed_scale

short fixed_scale()
                  throws BadKind
Throws:
BadKind

member_visibility

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

type_modifier

short type_modifier()
                    throws BadKind
Throws:
BadKind

concrete_base_type

TypeCode concrete_base_type()
                            throws BadKind
Throws:
BadKind