org.omg.CORBA
Interface ArrayDefOperations

All Superinterfaces:
IDLTypeOperations, IRObjectOperations
All Known Subinterfaces:
ArrayDef
All Known Implementing Classes:
_ArrayDefStub, ArrayDef, ArrayDefPOA, ArrayDefPOATie

public interface ArrayDefOperations
extends IDLTypeOperations

Generated from IDL interface "ArrayDef".

Version:
generated at Mar 21, 2012 11:04:16 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

Method Summary
 IDLType element_type_def()
           
 void element_type_def(IDLType arg)
           
 TypeCode element_type()
           
 int length()
           
 void length(int arg)
           
 
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

length

int length()

length

void length(int arg)

element_type

TypeCode element_type()

element_type_def

IDLType element_type_def()

element_type_def

void element_type_def(IDLType arg)