Package de.espirit.or.query
Class Parameter
java.lang.Object
de.espirit.or.query.Parameter
- All Implemented Interfaces:
Serializable
,Cloneable
Placeholder for the value of an attribute specified in
comparisons
. The parameter's value is stored in the select via setParameter(String, Object
.- Since:
- 4.0.17
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the identifier of this parameter.Returns the value class of this project.
-
Constructor Details
-
Parameter
Creates a new Parameter for the specified identifier with value classString
- Parameters:
identifier
- a symbolic identifier- Since:
- 4.0.17
- See Also:
-
Parameter
Creates a new Parameter for the specified identifier and the given value class.- Parameters:
identifier
- a symbolic identifier- Since:
- 4.0.17
- See Also:
-
-
Method Details
-
getIdentifier
Returns the identifier of this parameter.- Since:
- 4.0.17
-
getValueClass
Returns the value class of this project.- Since:
- 4.0.17
-