Uses of Interface
planetj.dataengine.parameter.INamedParameter

Packages that use INamedParameter
planetj.dataengine.parameter   
 

Uses of INamedParameter in planetj.dataengine.parameter
 

Classes in planetj.dataengine.parameter that implement INamedParameter
 class FieldOrUsageIdParameter
          A parameter which can get its values based on a usage id or a field name
 class RequestAttribute
          A parameter which gets its value from an HttpServletRequest
 class RequestParameter
          A parameter which gets its value from an HttpServletRequest
 class RequestPromptParameter
          A parameter which can be displayed as a prompt to the user.
 class RowParameter
          A parameter whose value can be extracted from a Row object.
 class SQLPromptParameter
          A parameter which corresponds to an SQLComparison.
 class TableParameter
          A parameter whose value is a String which indentifies a table.
 class UserParameter
          A parameter which can extract its value from an IUser object.