org.isam.exehda.services
Class CellInformationBase.AttributeDefinedConstraint

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

public static class CellInformationBase.AttributeDefinedConstraint
extends CellInformationBase.SelectionConstraint

See Also:
Serialized Form

Constructor Summary
CellInformationBase.AttributeDefinedConstraint(java.lang.String attr)
          Creates a new AttributeDefinedConstraint instance.
 
Method Summary
 java.lang.String getAttribute()
           
 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.AttributeDefinedConstraint

public CellInformationBase.AttributeDefinedConstraint(java.lang.String attr)
Creates a new AttributeDefinedConstraint instance.

Parameters:
attr - 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()