org.omg.CORBA
Interface SequenceDefOperations

All Superinterfaces:
IDLTypeOperations, IRObjectOperations
All Known Subinterfaces:
SequenceDef
All Known Implementing Classes:
_SequenceDefStub, SequenceDef, SequenceDefPOA, SequenceDefPOATie

public interface SequenceDefOperations
extends IDLTypeOperations

Generated from IDL interface "SequenceDef".

Version:
generated at Mar 31, 2009 8:42:01 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

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

Method Detail

bound

int bound()

bound

void bound(int arg)

element_type

TypeCode element_type()

element_type_def

IDLType element_type_def()

element_type_def

void element_type_def(IDLType arg)