Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
      extended by org.apache.cxf.tools.corba.common.idltypes.IdlEnumerator
All Implemented Interfaces:
IdlDefn

public final class IdlEnumerator
extends IdlDefnImplBase


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

Method Detail

create

public static IdlEnumerator create(IdlScopeBase parent,
                                   String name)

write

public void write(PrintWriter pw)

Apache CXF API

Apache CXF