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

java.lang.Object
  extended byorg.omg.CORBA.TypeCode
      extended byorg.objectweb.david.libs.binding.orbs.PrimitiveTC
          extended byorg.objectweb.david.libs.binding.orbs.StringTC
              extended byorg.objectweb.david.libs.binding.orbs.ArrayTC
                  extended byorg.objectweb.david.libs.binding.orbs.SequenceTC
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class SequenceTC
extends ArrayTC

Implementation of type code for sequence types.

See Also:
Serialized Form

Constructor Summary
SequenceTC()
          Creates a new SequenceTC instance.
 
Method Summary
 void init(int length)
          Initializes this type code with the sequence length.
 java.lang.String toString()
           
 
Methods inherited from class org.objectweb.david.libs.binding.orbs.ArrayTC
content_type, default_index, discriminator_type, equal, equivalent, fixed_digits, fixed_scale, get_compact_typecode, id, init, kind, length, member_count, member_label, member_name, member_type, 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, wait, wait, wait
 

Constructor Detail

SequenceTC

public SequenceTC()
Creates a new SequenceTC instance.

Method Detail

init

public void init(int length)
Initializes this type code with the sequence length.

Parameters:
length - the length of the sequence

toString

public java.lang.String toString()
Overrides:
toString in class ArrayTC