org.eclipse.jpt.jpa.core.jpa2.resource.java
Class JavaResourcePersistentType2_0.AccessTypeFilter

java.lang.Object
  extended by org.eclipse.jpt.common.utility.internal.SimpleFilter<JavaResourcePersistentAttribute,AccessType>
      extended by org.eclipse.jpt.jpa.core.jpa2.resource.java.JavaResourcePersistentType2_0.AccessTypeFilter
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Filter<JavaResourcePersistentAttribute>
Enclosing interface:
JavaResourcePersistentType2_0

public static class JavaResourcePersistentType2_0.AccessTypeFilter
extends org.eclipse.jpt.common.utility.internal.SimpleFilter<JavaResourcePersistentAttribute,AccessType>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.utility.Filter
Filter.Disabled<S>, Filter.Null<S>, Filter.Opaque<S>
 
Method Summary
 boolean accept(JavaResourcePersistentAttribute resourceAttribute)
          Return whether the specified object is "accepted" by the filter.
 
Methods inherited from class org.eclipse.jpt.common.utility.internal.SimpleFilter
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

accept

public boolean accept(JavaResourcePersistentAttribute resourceAttribute)
Description copied from interface: Filter
Return 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<JavaResourcePersistentAttribute>
Overrides:
accept in class org.eclipse.jpt.common.utility.internal.SimpleFilter<JavaResourcePersistentAttribute,AccessType>