org.omg.CORBA
Interface SequenceDefOperations

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

public interface SequenceDefOperations
extends IDLTypeOperations


Method Summary
 int bound()
           
 void bound(int val)
           
 IDLType element_type_def()
           
 void element_type_def(IDLType val)
           
 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 val)

element_type

TypeCode element_type()

element_type_def

IDLType element_type_def()

element_type_def

void element_type_def(IDLType val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.