Uses of Interface
net.sf.mmm.util.pojo.path.api.PojoPathNamedFunction

Packages that use PojoPathNamedFunction
net.sf.mmm.util.pojo.path.impl Contains the implementation of the PojoPath API. 
net.sf.mmm.util.pojo.path.impl.function Contains implementations of PojoPathFunction
 

Uses of PojoPathNamedFunction in net.sf.mmm.util.pojo.path.impl
 

Fields in net.sf.mmm.util.pojo.path.impl with type parameters of type PojoPathNamedFunction
private  List<PojoPathNamedFunction> PojoPathFunctionManagerImpl.functions
           
 

Method parameters in net.sf.mmm.util.pojo.path.impl with type arguments of type PojoPathNamedFunction
 void PojoPathFunctionManagerImpl.setFunctions(List<PojoPathNamedFunction> functions)
          This method sets a List of named functions to be registered in this manager.
 

Uses of PojoPathNamedFunction in net.sf.mmm.util.pojo.path.impl.function
 

Classes in net.sf.mmm.util.pojo.path.impl.function that implement PojoPathNamedFunction
 class PojoPathNamedFunctionToString
          This is the implementation of a PojoPathNamedFunction that performs a Object.toString() on the input-object.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.