Class IdlFixedBase
- java.lang.Object
-
- org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlFixedBase
-
- Direct Known Subclasses:
IdlAnonFixed,IdlFixed
public abstract class IdlFixedBase extends IdlDefnImplBase implements IdlType
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIdlFixedBase(IdlScopeBase parent, String name, int numbers, int scaleSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
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, getCircularScope, isCircular, isEmptyDef, localName, name, scopeName, write, writeFwd
-
-
-
-
Constructor Detail
-
IdlFixedBase
protected IdlFixedBase(IdlScopeBase parent, String name, int numbers, int scaleSize)
-
-
Method Detail
-
write
public void write(PrintWriter pw)
-
-