Class IdlAnonFixed
- 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.IdlAnonFixed
-
public final class IdlAnonFixed extends IdlFixedBase
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdlAnonFixedcreate(IdlScopeBase parent, int digits, int scale)StringfullName()StringfullName(IdlScopedName rel)voidwrite(PrintWriter pw)-
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, flush, 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, getCircularScope, isCircular, isEmptyDef, localName, name, scopeName, write, writeFwd
-
-
-
-
Method Detail
-
create
public static IdlAnonFixed create(IdlScopeBase parent, int digits, int scale)
-
fullName
public String fullName()
- Specified by:
fullNamein interfaceIdlDefn- Overrides:
fullNamein classIdlDefnImplBase
-
fullName
public String fullName(IdlScopedName rel)
- Specified by:
fullNamein interfaceIdlDefn- Overrides:
fullNamein classIdlDefnImplBase
-
write
public void write(PrintWriter pw)
- Specified by:
writein interfaceIdlDefn- Overrides:
writein classIdlFixedBase
-
-