public interface ArrayDefOperations extends IDLTypeOperations
| Modifier and Type | Method and Description |
|---|---|
IDLType |
element_type_def()
The type of the elements is identified by element_type_def.
|
void |
element_type_def(IDLType value)
The type of the elements is identified by element_type_def.
|
TypeCode |
element_type()
The type of the elements is described by element_type.
|
int |
length()
The length attribute specifies the number of elements in the array.
|
void |
length(int value)
The length attribute specifies the number of elements in the array.
|
typedef_kind, destroyint length()
void length(int value)
TypeCode element_type()
IDLType element_type_def()
void element_type_def(IDLType value)