Skip navigation links


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

java.lang.Object
  extended by org.identityconnectors.framework.common.objects.filter.AttributeFilter
      extended by org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter

All Implemented Interfaces:
Filter
Direct Known Subclasses:
ComparableAttributeFilter, StringFilter

public abstract class SingleValueAttributeFilter
extends AttributeFilter

Get a single value out of the attribute to test w/.


Method Summary
 java.lang.Object getValue()
          Value to test against.

 

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, toString, wait, wait, wait

 

Methods inherited from interface org.identityconnectors.framework.common.objects.filter.Filter
accept, accept

 

Method Detail

getValue

public java.lang.Object getValue()
Value to test against.

Skip navigation links


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