|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
Implementation of type code for sequence types.
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 |
public SequenceTC()
Method Detail |
public void init(int length)
length
- the length of the sequencepublic java.lang.String toString()
toString
in class ArrayTC
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |