net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion
Class BaseCriterion

java.lang.Object
  extended by 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

Field Summary
protected static SimpleDateFormat DATE_FORMAT
          Date format used for date formatting.
protected  org.slf4j.Logger log
          Logger.
 
Fields inherited from interface net.sourceforge.openutils.mgnlcriteria.jcr.query.criterion.Criterion
ALL_ELEMENTS, ATTRIBUTE_SELECTOR, JCR_PREFIX, JCR_PRIMARYTYPE, JCR_ROOT, NT_BASE, XS_DATETIME_FUNCTION
 
Constructor Summary
BaseCriterion()
           
 
Method Summary
 
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
 

Field Detail

DATE_FORMAT

protected static final SimpleDateFormat DATE_FORMAT
Date format used for date formatting.


log

protected org.slf4j.Logger log
Logger.

Constructor Detail

BaseCriterion

public BaseCriterion()


Copyright © 2009-2011 Openmind. All Rights Reserved.