VisiBroker for Java

org.omg.CORBA
Interface ArrayDefOperations

All Superinterfaces:
IDLTypeOperations, IRObjectOperations
All Known Subinterfaces:
ArrayDef

public interface ArrayDefOperations
extends IDLTypeOperations

Represents an array that is stored in the Interface Repository.


Method Summary
 IDLType element_type_def()
          The IDLType of the elements in the array.
 void element_type_def(IDLType arg0)
          The IDLType of the elements in the array.
 TypeCode element_type()
           
 int length()
          The number of elements in the array.
 void length(int arg0)
          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

element_type_def

IDLType element_type_def()
The IDLType of the elements in the array.


element_type_def

void element_type_def(IDLType arg0)
The IDLType of the elements in the array.


element_type

TypeCode element_type()
Returns:
the TypeCode of the array's elements

length

int length()
The number of elements in the array.


length

void length(int arg0)
The number of elements in the array.


Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online