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
Constructors -
Method Summary
-
Constructor Details
-
StaticQueryParameter
Constructor.- Parameters:
name- The name of the parameterparameter- The parameter
-
-
Method Details
-
getName
Description copied from interface:QueryParameterGet the name.- Specified by:
getNamein interfaceQueryParameter- Returns:
- the name
-
getParameter
Description copied from interface:QueryParameterGet the parameter.- Specified by:
getParameterin interfaceQueryParameter- Returns:
- the parameter
-