org.objectweb.david.libs.binding.orbs
Class RecursiveTC

java.lang.Object
  |
  +--org.omg.CORBA.TypeCode
        |
        +--org.objectweb.david.libs.binding.orbs.RecursiveTC
All Implemented Interfaces:
IDLEntity, Serializable

public class RecursiveTC
extends TypeCode

See Also:
Serialized Form

Method Summary
 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()
           
 String id()
           
 TCKind kind()
           
 int length()
           
 int member_count()
           
 Any member_label(int index)
           
 String member_name(int index)
           
 TypeCode member_type(int index)
           
 String name()
           
 
Methods inherited from class org.omg.CORBA.TypeCode
concrete_base_type, member_visibility, type_modifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equal

public boolean equal(TypeCode tc)
Overrides:
equal in class TypeCode

kind

public TCKind kind()
Overrides:
kind in class TypeCode

id

public String id()
          throws BadKind
Overrides:
id in class TypeCode

name

public String name()
            throws BadKind
Overrides:
name in class TypeCode

member_count

public int member_count()
                 throws BadKind
Overrides:
member_count in class TypeCode

member_name

public String member_name(int index)
                   throws BadKind,
                          Bounds
Overrides:
member_name in class TypeCode

member_type

public TypeCode member_type(int index)
                     throws BadKind,
                            Bounds
Overrides:
member_type in class TypeCode

member_label

public Any member_label(int index)
                 throws BadKind,
                        Bounds
Overrides:
member_label in class TypeCode

discriminator_type

public TypeCode discriminator_type()
                            throws BadKind
Overrides:
discriminator_type in class TypeCode

default_index

public int default_index()
                  throws BadKind
Overrides:
default_index in class TypeCode

length

public int length()
           throws BadKind
Overrides:
length in class TypeCode

content_type

public TypeCode content_type()
                      throws BadKind
Overrides:
content_type in class TypeCode

fixed_digits

public short fixed_digits()
                   throws BadKind
Overrides:
fixed_digits in class TypeCode

fixed_scale

public short fixed_scale()
                  throws BadKind
Overrides:
fixed_scale in class TypeCode

equivalent

public boolean equivalent(TypeCode tc)
Overrides:
equivalent in class TypeCode

get_compact_typecode

public TypeCode get_compact_typecode()
Overrides:
get_compact_typecode in class TypeCode