org.isam.exehda.services
Class CellInformationBase.SimpleRegexpConstraint

java.lang.Object
  |
  +--org.isam.exehda.services.CellInformationBase.SelectionConstraint
        |
        +--org.isam.exehda.services.CellInformationBase.SimpleRegexpConstraint
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CellInformationBase

public static class CellInformationBase.SimpleRegexpConstraint
extends CellInformationBase.SelectionConstraint

See Also:
Serialized Form

Constructor Summary
CellInformationBase.SimpleRegexpConstraint(java.lang.String attr, java.lang.String regexp)
          Creates a new SimpleRegexpConstraint instance.
 
Method Summary
 java.lang.String getAttribute()
           
 java.lang.String getRegexp()
           
 boolean match(CellInformationBase.Resource r)
          Describe match method here.
 
Methods inherited from class org.isam.exehda.services.CellInformationBase.SelectionConstraint
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellInformationBase.SimpleRegexpConstraint

public CellInformationBase.SimpleRegexpConstraint(java.lang.String attr,
                                                  java.lang.String regexp)
Creates a new SimpleRegexpConstraint instance.

Parameters:
attr - a String value
regexp - a String value
Method Detail

match

public boolean match(CellInformationBase.Resource r)
Describe match method here.

Specified by:
match in class CellInformationBase.SelectionConstraint
Parameters:
r - a Resource value
Returns:
a boolean value

getAttribute

public java.lang.String getAttribute()

getRegexp

public java.lang.String getRegexp()