Class SingleValueAttributeFilter
- java.lang.Object
-
- org.identityconnectors.framework.common.objects.filter.AttributeFilter
-
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetValue()Value to test against.-
Methods inherited from class org.identityconnectors.framework.common.objects.filter.AttributeFilter
getAttribute, getName, isPresent
-
-
-
-
Method Detail
-
getValue
public Object getValue()
Value to test against.
-
-