org.omg.CORBA

Class TypeCode

Implemented Interfaces:
IDLEntity, java.io.Serializable
Known Direct Subclasses:
TypeCode

public abstract class TypeCode
extends java.lang.Object
implements IDLEntity

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

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 BadKind,
                   Bounds


member_name

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


member_type

public TypeCode member_type(int index)
            throws BadKind,
                   Bounds


member_visibility

public short member_visibility(int index)
            throws BadKind,
                   Bounds


name

public java.lang.String name()
            throws BadKind


type_modifier

public short type_modifier()
            throws BadKind