org.omg.CORBA

Interface SequenceDefOperations

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

public interface SequenceDefOperations
extends IDLTypeOperations

Generated from IDL interface "SequenceDef"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

int
bound()
void
bound(int arg)
TypeCode
element_type()
IDLType
element_type_def()
void
element_type_def(IDLType arg)

Methods inherited from interface org.omg.CORBA.IDLTypeOperations

type

Methods inherited from interface org.omg.CORBA.IRObjectOperations

def_kind, destroy

Method Details

bound

public int bound()


bound

public void bound(int arg)


element_type

public TypeCode element_type()


element_type_def

public IDLType element_type_def()


element_type_def

public void element_type_def(IDLType arg)