Class IdlParam
java.lang.Object
org.apache.cxf.tools.corba.common.idltypes.IdlDefnImplBase
org.apache.cxf.tools.corba.common.idltypes.IdlParam
- All Implemented Interfaces:
IdlDefn
-
Method Summary
Modifier and TypeMethodDescriptionstatic IdlParamcreate(IdlOperation parent, String name, IdlType type, String mode) getCircularScope(IdlScopeBase startScope, List<Object> doneDefn) booleanvoidwrite(PrintWriter pw)
-
Method Details
-
create
-
write
-
isEmptyDef
public boolean isEmptyDef()- Specified by:
isEmptyDefin interfaceIdlDefn- Overrides:
isEmptyDefin classIdlDefnImplBase
-
getCircularScope
- Specified by:
getCircularScopein interfaceIdlDefn- Overrides:
getCircularScopein classIdlDefnImplBase
-