Package org.castor.cpa.query
Interface InCondition
- All Superinterfaces:
Condition
,QueryObject
- All Known Implementing Classes:
In
Interface for InCondition of query objects.
- Since:
- 1.3
- Version:
- $Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Udai Gupta, Ralf Joachim
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(boolean value) Adds the.void
add
(double value) Adds the.void
add
(long value) Adds the.void
Adds the.void
Adds the.void
add
(BigDecimal value) Adds the.void
Adds the.void
Adds the.Methods inherited from interface org.castor.cpa.query.QueryObject
toString
-
Method Details
-
add
void add(boolean value) Adds the.- Parameters:
value
- the value
-
add
void add(long value) Adds the.- Parameters:
value
- the value
-
add
void add(double value) Adds the.- Parameters:
value
- the value
-
add
Adds the.- Parameters:
value
- the value
-
add
Adds the.- Parameters:
value
- the value
-
add
Adds the.- Parameters:
value
- the value
-
add
Adds the.- Parameters:
value
- the value
-
add
Adds the.- Parameters:
value
- the value
-