Interface ExpressionVariableSet

All Known Implementing Classes:
ExpressionVariableContext

public interface ExpressionVariableSet
Expression variable set.
Author:
Matthew Tropiano
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String name)
    Gets a corresponding expression value by name.
  • Method Details

    • get

      Gets a corresponding expression value by name.
      Parameters:
      name - the name of the variable.
      Returns:
      the value or null if no variable.