|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ArrayDefOperations
An ArrayDef represents an IDL array type. As array types are anonymous, this interface is not derived from TypedefDef or Contained.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.omg.CORBA.IDLTypeOperations |
|---|
type |
| Methods inherited from interface org.omg.CORBA.IRObjectOperations |
|---|
def_kind, destroy |
| Method Detail |
|---|
int length()
void length(int value)
TypeCode element_type()
IDLType element_type_def()
void element_type_def(IDLType value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||