listOfCtParametersToTypeNames

public static List<String> listOfCtParametersToTypeNames(List<? extends CtParameter<? extends Object>> list)(source)

Transforms the list of CtParameters into a list of names of the corresponding types.

Return

the list of names

Parameters

list

the list of CtParameters