org.apache.cxf.tools.corba.common.idltypes
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
- All Implemented Interfaces:
- IdlDefn, IdlType
public final class IdlFixed
- extends IdlFixedBase
| 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 |
create
public static IdlFixed create(IdlScopeBase parent,
String name,
int digits,
int scale)
write
public void write(PrintWriter pw)
- Specified by:
write in interface IdlDefn- Overrides:
write in class IdlFixedBase
Apache CXF