Programmer's Guide > Interfaces > Composer interface > isParamRequired method
  
isParamRequired method
Returns the required flag for a parameter. A composer cannot be run unless all required parameters have been given values. The value is the required attribute of this Parameter in the Interface section of the CCF.
isParamRequired(parameter )
Parameters
Stringparameter
The parameter name.
Returns
trueboolean. if the named parameter is required. Otherwise, false.