org.isam.exehda.services
Class CellInformationBase.SelectionConstraint

java.lang.Object
  |
  +--org.isam.exehda.services.CellInformationBase.SelectionConstraint
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CellInformationBase.AttributeDefinedConstraint, CellInformationBase.CompositeSelectionConstraint, CellInformationBase.SimpleRegexpConstraint
Enclosing class:
CellInformationBase

public abstract static class CellInformationBase.SelectionConstraint
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CellInformationBase.SelectionConstraint()
           
 
Method Summary
static CellInformationBase.SelectionConstraint getInstance(java.lang.String xmldef)
          Describe getInstance method here.
abstract  boolean match(CellInformationBase.Resource r)
          Describe match method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellInformationBase.SelectionConstraint

public CellInformationBase.SelectionConstraint()
Method Detail

getInstance

public static CellInformationBase.SelectionConstraint getInstance(java.lang.String xmldef)
Describe getInstance method here.

Parameters:
xmldef - a String value
Returns:
a SelectionConstraint value

match

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

Parameters:
r - a Resource value
Returns:
a boolean value