Uses of Class
planetj.dataengine.parameter.AbstractNamedParameter

Packages that use AbstractNamedParameter
planetj.dataengine.parameter   
 

Uses of AbstractNamedParameter in planetj.dataengine.parameter
 

Subclasses of AbstractNamedParameter in planetj.dataengine.parameter
 class GlobalAttributeParameter
          A parameter which gets its value from an HttpServletRequest that were stored globably either from custom programming or through Row inserts and updates.
 class RequestAttributeParameter
          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 SessionAttributeParameter
          A parameter which gets its value from an Session
 class SQLPromptParameter
          A parameter which corresponds to an SQLComparison.
 class SQLTextReplacementParameter
           
 class TableParameter
          A parameter whose value is a String which indentifies a table.