Programmer's Guide > Interfaces > Composer interface > getParamEnumerationValues method
  
getParamEnumerationValues method
Returns an array of options for an enumeration parameter. Each entry in the list is a DOMString object. The parameter value, as passed to runPipeline(Map), must match an option. The list is the content of the Value children of the Parameter element in the Interface section of the CCF.
getParamEnumerationValues(parameter )
Parameters
Stringparameter
The parameter name.
Returns
StringList. The List of options if the getParamType is "enumeration", otherwise returns null.