Uses of Interface
planetj.dataengine.parameter.IParameterSource

Packages that use IParameterSource
planetj.database.sql   
planetj.dataengine.parameter   
 

Uses of IParameterSource in planetj.database.sql
 

Classes in planetj.database.sql that implement IParameterSource
 class InsertComparison
           
 class SQLBasicComparison
          Insert the type's description here.
 class SQLBetweenComparison
          Insert the type's description here.
 class SQLComparison
          Represents an SQL comparison, such as "PLANETJ.BALANCE <= 100" or "NAME IS NOT NULL"
 class SQLSetComparison
          Insert the type's description here.
 

Uses of IParameterSource in planetj.dataengine.parameter
 

Methods in planetj.dataengine.parameter that return IParameterSource
 IParameterSource IParameter.getSource()
          Gets the object from which this parameter was generated.
 IParameterSource AbstractParameter.getSource()
          Gets the object from which this parameter was generated.
 

Methods in planetj.dataengine.parameter with parameters of type IParameterSource
 void ShadowParameter.setSource(IParameterSource newSource)
          Sets the object from which this parameter was generated.
 void IParameter.setSource(IParameterSource source)
          Sets the object from which this parameter was generated.
 void AbstractParameter.setSource(IParameterSource newSource)
          Sets the object from which this parameter was generated.