VisiBroker for Java

org.omg.CORBA
Interface SequenceDefOperations

All Superinterfaces:
IDLTypeOperations, IRObjectOperations
All Known Subinterfaces:
SequenceDef

public interface SequenceDefOperations
extends IDLTypeOperations

Represents an sequence that is stored in the Interface Repository. This interface provides methods for setting and retrieving the sequence's bound and element type.


Method Summary
 int bound()
          The bounds of the sequence.
 void bound(int arg0)
          The bounds of the sequence.
 IDLType element_type_def()
          The IDL type to set.
 void element_type_def(IDLType arg0)
          The IDL type to set.
 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

element_type_def

IDLType element_type_def()
The IDL type to set.


element_type_def

void element_type_def(IDLType arg0)
The IDL type to set.


element_type

TypeCode element_type()
Returns:
a TypeCode representing the type of elements in this sequence

bound

int bound()
The bounds of the sequence.


bound

void bound(int arg0)
The bounds of the sequence.


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