Class IdlInterface
- java.lang.Object
-
- org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
-
- org.apache.cxf.tools.corba.common.idltypes.IdlInterface
-
public final class IdlInterface extends IdlScopeBase implements IdlType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttribute(IdlAttribute attr)voidaddoperation(IdlOperation op)static IdlInterfacecreate(IdlScopeBase parent, String name)voidwrite(PrintWriter pw)-
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlScopeBase
addToScope, definitions, flush, getCircularScope, holdForScope, lookup, lookup, lookup, lookup, lookup, lookup, parkHeld, promoteHeldToScope, writeFwd
-
Methods inherited from class org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
definedIn, fullName, fullName, isCircular, isEmptyDef, localName, name, scopeName, write
-
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
-
-
-
-
Method Detail
-
create
public static IdlInterface create(IdlScopeBase parent, String name)
-
addoperation
public void addoperation(IdlOperation op)
-
addAttribute
public void addAttribute(IdlAttribute attr)
-
write
public void write(PrintWriter pw)
- Specified by:
writein interfaceIdlDefn- Overrides:
writein classIdlScopeBase
-
-