org.objectweb.medor.expression.parser.api
Interface ParameterTypeProvider
- MapParameterTypeProvider
public interface ParameterTypeProvider
Callback interface for providing PTypes for parameters.
- A. Lefebvre, S. Chassande-Barrioz
PType | getParameterPType(String paramName) - Returns the PType of a parameter, identified by its name.
|
getParameterPType
public PType getParameterPType(String paramName)
throws MalformedExpressionException
Returns the PType of a parameter, identified by its name.
paramName
- the name of the parameter
- the PType of the parameter or null if the parameter name does
not correspond to any parameter.