|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public int length()
public void length(int value)
public TypeCode element_type()
public IDLType element_type_def()
public void element_type_def(IDLType value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |