org.objectweb.medor.expression.parser.lib
Class MapParameterTypeProvider

java.lang.Object
  extended byorg.objectweb.medor.expression.parser.lib.MapParameterTypeProvider
All Implemented Interfaces:
ParameterTypeProvider

public class MapParameterTypeProvider
extends java.lang.Object
implements ParameterTypeProvider

Author:
A. Lefebvre

Constructor Summary
MapParameterTypeProvider(java.util.Map m)
           
 
Method Summary
 org.objectweb.jorm.type.api.PType getParameterPType(java.lang.String paramName)
          Returns the PType of a parameter, identified by its name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapParameterTypeProvider

public MapParameterTypeProvider(java.util.Map m)
Method Detail

getParameterPType

public org.objectweb.jorm.type.api.PType getParameterPType(java.lang.String paramName)
Description copied from interface: ParameterTypeProvider
Returns the PType of a parameter, identified by its name.

Specified by:
getParameterPType in interface ParameterTypeProvider
Parameters:
paramName - the name of the parameter
Returns:
the PType of the parameter or null if the parameter name does not correspond to any parameter.