Package org.ametys.odf.ose.db.parameter
Class StaticQueryParameter
java.lang.Object
org.ametys.odf.ose.db.parameter.StaticQueryParameter
- All Implemented Interfaces:
QueryParameter
The query parameter for static values like sequences.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StaticQueryParameter
Constructor.- Parameters:
name
- The name of the parameterparameter
- The parameter
-
-
Method Details
-
getName
Description copied from interface:QueryParameter
Get the name.- Specified by:
getName
in interfaceQueryParameter
- Returns:
- the name
-
getParameter
Description copied from interface:QueryParameter
Get the parameter.- Specified by:
getParameter
in interfaceQueryParameter
- Returns:
- the parameter
-