Class AbstractContentAssistVisitor.PropertyMappingFilter

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

protected static final class AbstractContentAssistVisitor.PropertyMappingFilter extends Object implements Filter<IMapping>
  • Constructor Details

    • PropertyMappingFilter

      protected PropertyMappingFilter()
  • Method Details

    • accept

      public boolean accept(IMapping value)
      Description copied from interface: Filter
      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"