org.identityconnectors.framework.common.objects.filter
Class EndsWithFilter

java.lang.Object
  extended by org.identityconnectors.framework.common.objects.filter.AttributeFilter
      extended by org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
          extended by org.identityconnectors.framework.common.objects.filter.StringFilter
              extended by org.identityconnectors.framework.common.objects.filter.EndsWithFilter
All Implemented Interfaces:
Filter

public final class EndsWithFilter
extends StringFilter


Constructor Summary
EndsWithFilter(Attribute attr)
           
 
Method Summary
 boolean accept(String value)
           
 String toString()
           
 
Methods inherited from class org.identityconnectors.framework.common.objects.filter.StringFilter
accept, getValue
 
Methods inherited from class org.identityconnectors.framework.common.objects.filter.AttributeFilter
getAttribute, getName, isPresent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndsWithFilter

public EndsWithFilter(Attribute attr)
Method Detail

accept

public boolean accept(String value)
Specified by:
accept in class StringFilter

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.