org.jacorb.ir
Class ArrayDef

java.lang.Object
  extended byorg.jacorb.ir.IRObject
      extended byorg.jacorb.ir.IDLType
          extended byorg.jacorb.ir.ArrayDef
All Implemented Interfaces:
ArrayDefOperations, IDLTypeOperations, IRObjectOperations

public class ArrayDef
extends IDLType
implements ArrayDefOperations


Field Summary
 
Fields inherited from class org.jacorb.ir.IDLType
type
 
Fields inherited from class org.jacorb.ir.IRObject
def_kind, myRef, name, orb
 
Constructor Summary
ArrayDef(TypeCode tc, Repository ir)
           
 
Method Summary
 void define()
           
 void destroy()
           
 IDLType element_type_def()
           
 void element_type_def(IDLType a)
           
 TypeCode element_type()
           
 int length()
           
 void length(int a)
           
 
Methods inherited from class org.jacorb.ir.IDLType
create, create, type
 
Methods inherited from class org.jacorb.ir.IRObject
def_kind, getName, getReference, setReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind
 

Constructor Detail

ArrayDef

public ArrayDef(TypeCode tc,
                Repository ir)
Method Detail

length

public int length()
Specified by:
length in interface ArrayDefOperations

length

public void length(int a)
Specified by:
length in interface ArrayDefOperations

element_type

public TypeCode element_type()
Specified by:
element_type in interface ArrayDefOperations

element_type_def

public IDLType element_type_def()
Specified by:
element_type_def in interface ArrayDefOperations

element_type_def

public void element_type_def(IDLType a)
Specified by:
element_type_def in interface ArrayDefOperations

destroy

public void destroy()
Specified by:
destroy in interface IRObjectOperations
Overrides:
destroy in class IDLType

define

public void define()
Overrides:
define in class IDLType