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
 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
 

Method Detail

getValue

public Object getValue()
Value to test against.



Copyright © 2012. All Rights Reserved.