de.schwarzrot.data.access.support
Class LowerBoundConditionElement
java.lang.Object
de.schwarzrot.data.access.support.AbstractConditionElement
de.schwarzrot.data.access.support.LowerBoundConditionElement
- All Implemented Interfaces:
- ConditionElement
public class LowerBoundConditionElement
- extends AbstractConditionElement
class to model a lower limit for a condition
- Author:
- Reinhard Mantey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LowerBoundConditionElement
public LowerBoundConditionElement(String name,
Object value)
- constructor for manual instantiation, lower limit is not included in
possible resultset
- Parameters:
name
- - the name of the attributevalue
- - the value of the attribute
LowerBoundConditionElement
public LowerBoundConditionElement(String name,
Object value,
boolean includeBoundary)
- constructor for manual instantiation.
- Parameters:
name
- - the name of the attributevalue
- - the value of the attributeincludeBoundary
- - set to true, if the lower limit should be included into the
resultset
getOpenOperator
public String getOpenOperator()
- Description copied from interface:
ConditionElement
- returns the operator, that opens this condition. Simple conditions like
'Equal' only have a single operator, so it is returned as opening
operator.
- Returns:
- an operator
- See Also:
ConditionElement.getCloseOperator()
isIncludeBoundary
public final boolean isIncludeBoundary()
setIncludeBoundary
public final void setIncludeBoundary(boolean includeBoundary)
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.