org.jasig.portal.groups.pags.testers
Class ValueMissingTester

java.lang.Object
  extended by org.jasig.portal.groups.pags.testers.BaseAttributeTester
      extended by org.jasig.portal.groups.pags.testers.ValueMissingTester
All Implemented Interfaces:
IPersonTester

public class ValueMissingTester
extends BaseAttributeTester

Tests whether the attribute is null or none of the values of the attribute equal the specified attribute value.

Version:
$Revision: 1.1 $
Author:
Eric Dalquist, edalquist@unicon.net

Field Summary
 
Fields inherited from class org.jasig.portal.groups.pags.testers.BaseAttributeTester
attributeName, testValue
 
Constructor Summary
ValueMissingTester(java.lang.String attribute, java.lang.String test)
           
 
Method Summary
 boolean test(IPerson person)
           
 
Methods inherited from class org.jasig.portal.groups.pags.testers.BaseAttributeTester
asString, getAttributeName, getTestValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueMissingTester

public ValueMissingTester(java.lang.String attribute,
                          java.lang.String test)
Method Detail

test

public boolean test(IPerson person)