Project Wonder 5.0

er.directtoweb.qualifiers
Class ERDIsKindOfEntityQualifier

java.lang.Object
  extended by com.webobjects.eocontrol.EOQualifier
      extended by com.webobjects.directtoweb.BooleanQualifier
          extended by er.directtoweb.qualifiers.ERDIsKindOfEntityQualifier
All Implemented Interfaces:
EOKeyValueArchiving, EOQualifierEvaluation, Serializable

public class ERDIsKindOfEntityQualifier
extends com.webobjects.directtoweb.BooleanQualifier

Tests if an object is a kind of an entity.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.webobjects.eocontrol.EOQualifier
EOQualifier.Comparison, EOQualifier.ComparisonSupport, EOQualifier.QualifierVariableSubstitutionException
 
Nested classes/interfaces inherited from interface com.webobjects.eocontrol.EOKeyValueArchiving
EOKeyValueArchiving._NullValueSupport, EOKeyValueArchiving._NumberSupport, EOKeyValueArchiving._TimestampSupport, EOKeyValueArchiving.Awaking, EOKeyValueArchiving.FinishInitialization, EOKeyValueArchiving.Support
 
Field Summary
 
Fields inherited from class com.webobjects.eocontrol.EOQualifier
_CLASS, QualifierOperatorCaseInsensitiveLike, QualifierOperatorContains, QualifierOperatorEqual, QualifierOperatorGreaterThan, QualifierOperatorGreaterThanOrEqualTo, QualifierOperatorLessThan, QualifierOperatorLessThanOrEqualTo, QualifierOperatorLike, QualifierOperatorNotEqual
 
Fields inherited from interface com.webobjects.eocontrol.EOKeyValueArchiving
_CLASS
 
Constructor Summary
ERDIsKindOfEntityQualifier(EOKeyValueUnarchiver u)
           
 
Method Summary
static Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver u)
           
 boolean evaluateWithObject(Object o)
           
 boolean isKindOfEntity(EOEntity e)
           
 String toString()
           
 
Methods inherited from class com.webobjects.directtoweb.BooleanQualifier
addQualifierKeysToSet, description, encodeWithKeyValueArchiver, evaluateWithObject, qualifierWithBindings, validateKeysWithRootClassDescription
 
Methods inherited from class com.webobjects.eocontrol.EOQualifier
_accept, _isEmpty, allQualifierKeys, allQualifierOperators, bindingKeys, clone, filterArrayWithQualifier, filteredArrayWithQualifier, keyPathForBindingKey, operatorSelectorForSelectorNamed, operatorSelectorForString, qualifierToMatchAllValues, qualifierToMatchAnyValue, qualifierWithQualifierFormat, relationalQualifierOperators, stringForOperatorSelector
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ERDIsKindOfEntityQualifier

public ERDIsKindOfEntityQualifier(EOKeyValueUnarchiver u)
Method Detail

decodeWithKeyValueUnarchiver

public static Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver u)

evaluateWithObject

public boolean evaluateWithObject(Object o)
Specified by:
evaluateWithObject in interface EOQualifierEvaluation
Overrides:
evaluateWithObject in class EOQualifier

isKindOfEntity

public boolean isKindOfEntity(EOEntity e)

toString

public String toString()
Overrides:
toString in class com.webobjects.directtoweb.BooleanQualifier

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.