EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql
Class AbstractContentAssistVisitor.PropertyMappingFilter

java.lang.Object
  extended by org.eclipse.persistence.jpa.jpql.AbstractContentAssistVisitor.PropertyMappingFilter
All Implemented Interfaces:
Filter<IMapping>
Enclosing class:
AbstractContentAssistVisitor

protected class AbstractContentAssistVisitor.PropertyMappingFilter
extends java.lang.Object
implements Filter<IMapping>


Constructor Summary
protected AbstractContentAssistVisitor.PropertyMappingFilter()
           
 
Method Summary
 boolean accept(IMapping value)
          Determines whether the specified object is "accepted" by the filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractContentAssistVisitor.PropertyMappingFilter

protected AbstractContentAssistVisitor.PropertyMappingFilter()
Method Detail

accept

public boolean accept(IMapping value)
Determines whether the specified object is "accepted" by the filter. The semantics of "accept" is determined by the contract between the client and the server.

Specified by:
accept in interface Filter<IMapping>
Parameters:
value - The value to filter
Returns:
true if the given value is "accepted" by this filter; false if it was "rejected"

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference