Skip navigation links


com.beasys.commerce.foundation.expression
Interface VariableFinder

All Known Implementing Classes:
MapVariableFinder

Deprecated Moved to VariableFinder.

public interface VariableFinder

The interface for an object which can return the value for variables during variable substitution.

See Also
Variables

Method Summary
 String getVariableValue(String name)
          Deprecated Return the value of the named variable.

 

Method Detail

getVariableValue

String getVariableValue(String name)
Deprecated 
Return the value of the named variable.
Parameters
name - the variable name.
Returns
the value or null.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.