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 TypeMethodDescriptionvoidadd(boolean value) Adds the.voidadd(double value) Adds the.voidadd(long value) Adds the.voidAdds the.voidAdds the.voidadd(BigDecimal value) Adds the.voidAdds the.voidAdds 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
-