public interface InCondition extends Condition
Modifier and Type | Method and Description |
---|---|
void |
add(BigDecimal value)
Adds the.
|
void |
add(boolean value)
Adds the.
|
void |
add(double value)
Adds the.
|
void |
add(Enum<?> value)
Adds the.
|
void |
add(Literal value)
Adds the.
|
void |
add(long value)
Adds the.
|
void |
add(Parameter value)
Adds the.
|
void |
add(String value)
Adds the.
|
toString
void add(boolean value)
value
- the valuevoid add(long value)
value
- the valuevoid add(double value)
value
- the valuevoid add(BigDecimal value)
value
- the valuevoid add(String value)
value
- the valuevoid add(Enum<?> value)
value
- the valuevoid add(Literal value)
value
- the valuevoid add(Parameter value)
value
- the valueCopyright © 2016. All rights reserved.