fmeobjects.FMEWorkspaceRunner.getParamType

FMEWorkspaceRunner. getParamType ( workspace,paramName )

This method retrieves the parameter type of the specified parameter name.

A full description of each parameter type can be found here:

http://docs.safe.com/fme/html/FME_GuiType/

Parameters:
  • workspace(str) – The path to the workspace containing parameter name.
  • paramName(str) – The parameter name of the type to retrieve.
Return type:

strorNone

Returns:

The parameter type.

Raises:

FMEException- - - - - - ra是一个例外ised if the parameter is not found on the workspace.