Skip navigation links


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

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.ComparableAttributeFilter
              extended by org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter

All Implemented Interfaces:
Filter

public final class GreaterThanOrEqualFilter
extends ComparableAttributeFilter

Constructor Summary
GreaterThanOrEqualFilter(Attribute attr)
           

 

Method Summary
protected  boolean accept(java.lang.Object obj)
           
 java.lang.String toString()
           

 

Methods inherited from class org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
accept, accept, compare

 

Methods inherited from class org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
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

GreaterThanOrEqualFilter

public GreaterThanOrEqualFilter(Attribute attr)

Method Detail

accept

protected boolean accept(java.lang.Object obj)
Specified by:
accept in class ComparableAttributeFilter

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.