Class IdlFixed
java.lang.Object
org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
org.apache.cxf.tools.corba.common.idltypes.IdlFixedBase
org.apache.cxf.tools.corba.common.idltypes.IdlFixed
-
Method Summary
Modifier and TypeMethodDescriptionstatic IdlFixedcreate(IdlScopeBase parent, String name, int digits, int scale) 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, writeFwdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.tools.corba.common.idltypes.IdlDefn
definedIn, flush, fullName, fullName, getCircularScope, isCircular, isEmptyDef, localName, name, scopeName, write, writeFwd
-
Method Details
-
create
-
write
- Specified by:
writein interfaceIdlDefn- Overrides:
writein classIdlFixedBase
-