org.omg.CORBA

Interface TypeCodeOperations

public interface TypeCodeOperations

Generated from IDL interface "TypeCode"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

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 Details

concrete_base_type

public TypeCode concrete_base_type()
            throws BadKind


content_type

public TypeCode content_type()
            throws BadKind


default_index

public int default_index()
            throws BadKind


discriminator_type

public TypeCode discriminator_type()
            throws BadKind


equal

public boolean equal(TypeCode tc)


equivalent

public boolean equivalent(TypeCode tc)


fixed_digits

public short fixed_digits()
            throws BadKind


fixed_scale

public short fixed_scale()
            throws BadKind


get_compact_typecode

public TypeCode get_compact_typecode()


id

public java.lang.String id()
            throws BadKind


kind

public TCKind kind()


length

public int length()
            throws BadKind


member_count

public int member_count()
            throws BadKind


member_label

public Any member_label(int index)
            throws Bounds,
                   BadKind


member_name

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


member_type

public TypeCode member_type(int index)
            throws Bounds,
                   BadKind


member_visibility

public short member_visibility(int index)
            throws Bounds,
                   BadKind


name

public java.lang.String name()
            throws BadKind


type_modifier

public short type_modifier()
            throws BadKind