Apache CXF API

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

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

public final class IdlSequence
extends IdlSequenceBase


Method Summary
static IdlSequence create(IdlScopeBase parent, String name, IdlType elem)
           
static IdlSequence create(IdlScopeBase parent, String name, IdlType elem, int bound)
           
 void write(PrintWriter pw)
           
 void writeFwd(PrintWriter pw)
           
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlSequenceBase
getCircularScope, isEmptyDef
 
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, flush, fullName, fullName, isCircular, localName, name, scopeName, write
 
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, write
 

Method Detail

create

public static IdlSequence create(IdlScopeBase parent,
                                 String name,
                                 IdlType elem)

create

public static IdlSequence create(IdlScopeBase parent,
                                 String name,
                                 IdlType elem,
                                 int bound)

write

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

writeFwd

public void writeFwd(PrintWriter pw)
Specified by:
writeFwd in interface IdlDefn
Overrides:
writeFwd in class IdlDefnImplBase

Apache CXF API

Apache CXF