org.jaffa.persistence
Class Criteria.AtomicCriteriaEntry

java.lang.Object
  extended byorg.jaffa.persistence.Criteria.CriteriaEntry
      extended byorg.jaffa.persistence.Criteria.AtomicCriteriaEntry
All Implemented Interfaces:
Serializable
Enclosing class:
Criteria

public class Criteria.AtomicCriteriaEntry
extends Criteria.CriteriaEntry

The class is used by the Criteria to add an AtomicCriteria object to its collection of criteria entries.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jaffa.persistence.Criteria.CriteriaEntry
LOGICAL_AND, LOGICAL_OR
 
Method Summary
 AtomicCriteria getEntry()
          Returns the AtomicCriteria object encapsulated by this criteria entry.
 
Methods inherited from class org.jaffa.persistence.Criteria.CriteriaEntry
getDual, getLogic, getName, getOperator, getValue, isLogicAND
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEntry

public AtomicCriteria getEntry()
Returns the AtomicCriteria object encapsulated by this criteria entry.

Returns:
the AtomicCriteria object encapsulated by this criteria entry.


Copyright © 2002-2004 JAFFA Project.