net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion
Class BaseCriterion
java.lang.Object
net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.BaseCriterion
- All Implemented Interfaces:
- Serializable, Criterion
- Direct Known Subclasses:
- BetweenExpression, IsNullExpression, JCRFunctionExpression, LogicalExpression, NotExpression, Order, SimpleExpression
public abstract class BaseCriterion
- extends Object
- implements Criterion
Base abstract criterion, just to share some useful fields/constants that should not end up in the interface.
- Version:
- $Id: BaseCriterion.java 3285 2011-01-24 18:10:19Z fgiust $
- Author:
- fgiust
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.Criterion |
toXPathString |
DATE_FORMAT
protected static final SimpleDateFormat DATE_FORMAT
- Date format used for date formatting.
log
protected org.slf4j.Logger log
- Logger.
BaseCriterion
public BaseCriterion()
Copyright © 2009-2011 Openmind. All Rights Reserved.