Package org.ametys.odf.ose.db.parameter
Interface QueryParameter
- 
- All Known Implementing Classes:
 StaticQueryParameter,ValuedQueryParameter
public interface QueryParameter
Object to represent a query parameter to add. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the name.StringgetParameter()Get the parameter. 
 - 
 
- 
- 
Method Detail
- 
getParameter
String getParameter()
Get the parameter.- Returns:
 - the parameter
 
 
 - 
 
 -