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

java.lang.Object
  |
  +--org.omg.CORBA.TypeCode
        |
        +--org.objectweb.david.libs.binding.orbs.PrimitiveTC
              |
              +--org.objectweb.david.libs.binding.orbs.StringTC
                    |
                    +--org.objectweb.david.libs.binding.orbs.ArrayTC
                          |
                          +--org.objectweb.david.libs.binding.orbs.SequenceTC
All Implemented Interfaces:
IDLEntity, 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.
 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.
Overrides:
init in class org.objectweb.david.libs.binding.orbs.StringTC
Parameters:
length - the length of the sequence

toString

public String toString()
Overrides:
toString in class ArrayTC