Class IdlEnumerator
- java.lang.Object
-
- org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlEnumerator
-
- All Implemented Interfaces:
IdlDefn
public final class IdlEnumerator extends IdlDefnImplBase
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdlEnumeratorcreate(IdlScopeBase parent, String name)voidwrite(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
-
-
-
-
Method Detail
-
create
public static IdlEnumerator create(IdlScopeBase parent, String name)
-
write
public void write(PrintWriter pw)
-
-