public interface SequenceDefOperations extends IDLTypeOperations
| Modifier and Type | Method and Description |
|---|---|
int |
bound()
The lengthattribute specifies the maximum number of elements in
the sequence.
|
void |
bound(int value)
The lengthattribute specifies the maximum number of elements in
the sequence.
|
IDLType |
element_type_def()
The inherited type attribute is a tk_sequence TypeCode
describing the sequence.
|
void |
element_type_def(IDLType value)
The inherited type attribute is a tk_sequence TypeCode
describing the sequence.
|
TypeCode |
element_type()
The type of the elements is described by element_type and
identified by element_type_def.
|
typedef_kind, destroyint bound()
void bound(int value)
TypeCode element_type()
IDLType element_type_def()
void element_type_def(IDLType value)