com.iphrase.runtime.query.constraint
Class DateTime.Lte

java.lang.Object
  |
  +--com.iphrase.runtime.query.Feature
        |
        +--com.iphrase.runtime.query.constraint.Constraint
              |
              +--com.iphrase.runtime.query.constraint.DateTime
                    |
                    +--com.iphrase.runtime.query.constraint.DateTime.Lte
Enclosing class:
DateTime

public static class DateTime.Lte
extends DateTime

Constrain a feature to be less than or equal to a particular date.


Inner classes inherited from class com.iphrase.runtime.query.constraint.DateTime
DateTime.Eq, DateTime.Gt, DateTime.Gte, DateTime.Lt, DateTime.Lte, DateTime.Neq, DateTime.Range
 
Inner classes inherited from class com.iphrase.runtime.query.constraint.Constraint
Constraint.Flags
 
Constructor Summary
DateTime.Lte(java.lang.String feature, java.util.Calendar date)
          Construct a feature <= date constraint.
 
Methods inherited from class com.iphrase.runtime.query.constraint.DateTime
getConstraintSubType, getValue, matches, newInstance, toString
 
Methods inherited from class com.iphrase.runtime.query.constraint.Constraint
clearExplicit, clearHidden, clearNew, clearNotSerialized, clearPrePruned, clearRequired, clearState, equals, getConstraintLabel, getDisplayPrefix, getIsMentions, getState, getType, isExplicit, isHidden, isMentions, isNew, isNotSerialized, isPrePruned, isRangeConstraintType, isRequired, newInstance, newInstance, setExplicit, setHidden, setHidden, setNew, setNotSerialized, setPrePruned, setRequired, setState
 
Methods inherited from class com.iphrase.runtime.query.Feature
getId
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateTime.Lte

public DateTime.Lte(java.lang.String feature,
                    java.util.Calendar date)
Construct a feature <= date constraint.
Parameters:
feature - valid String feature id
date - Calendar date to which the constraint applies

© Copyright 2005, 2006. IBM Corporation. All rights reserved.