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 String
getName()
Get the name.String
getParameter()
Get the parameter.
-
-
-
Method Detail
-
getParameter
String getParameter()
Get the parameter.- Returns:
- the parameter
-
-