Class IdlArray
- java.lang.Object
-
- org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlArrayBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlArray
-
public final class IdlArray extends IdlArrayBase
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdlArraycreate(IdlScopeBase parent, String name, IdlType elem, int size)voidwrite(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
-
-
-
-
Method Detail
-
create
public static IdlArray create(IdlScopeBase parent, String name, IdlType elem, int size)
-
write
public void write(PrintWriter pw)
- Specified by:
writein interfaceIdlDefn- Overrides:
writein classIdlArrayBase
-
-