Apache CXF API

org.apache.cxf.tools.corba.common.idltypes
Class IdlArray

java.lang.Object
  extended by org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
      extended by org.apache.cxf.tools.corba.common.idltypes.IdlArrayBase
          extended by org.apache.cxf.tools.corba.common.idltypes.IdlArray
All Implemented Interfaces:
IdlDefn, IdlType

public final class IdlArray
extends IdlArrayBase


Method Summary
static IdlArray create(IdlScopeBase parent, String name, IdlType elem, int size)
           
 void write(PrintWriter pw)
           
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlArrayBase
dimensions, getCircularScope, isEmptyDef, write
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, flush, fullName, fullName, isCircular, localName, name, scopeName, writeFwd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.tools.corba.common.idltypes.IdlDefn
definedIn, flush, fullName, fullName, isCircular, localName, name, scopeName, writeFwd
 

Method Detail

create

public static IdlArray create(IdlScopeBase parent,
                              String name,
                              IdlType elem,
                              int size)

write

public void write(PrintWriter pw)
Specified by:
write in interface IdlDefn
Overrides:
write in class IdlArrayBase

Apache CXF API

Apache CXF