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

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.StartsWithFilter
All Implemented Interfaces:
Filter

public final class StartsWithFilter
extends StringFilter


Constructor Summary
StartsWithFilter(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

StartsWithFilter

public StartsWithFilter(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.