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
public final class IdlParam extends IdlDefnImplBase
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdlParamcreate(IdlOperation parent, String name, IdlType type, String mode)IdlScopeBasegetCircularScope(IdlScopeBase startScope, List<Object> doneDefn)booleanisEmptyDef()voidwrite(PrintWriter pw)
-
-
-
Method Detail
-
create
public static IdlParam create(IdlOperation parent, String name, IdlType type, String mode)
-
write
public void write(PrintWriter pw)
-
isEmptyDef
public boolean isEmptyDef()
- Specified by:
isEmptyDefin interfaceIdlDefn- Overrides:
isEmptyDefin classIdlDefnImplBase
-
getCircularScope
public IdlScopeBase getCircularScope(IdlScopeBase startScope, List<Object> doneDefn)
- Specified by:
getCircularScopein interfaceIdlDefn- Overrides:
getCircularScopein classIdlDefnImplBase
-
-