org.opennms.core.soa.filter
Class EqFilter

java.lang.Object
  extended by org.opennms.core.soa.filter.AbstractFilter
      extended by org.opennms.core.soa.filter.AttributeComparisonFilter
          extended by org.opennms.core.soa.filter.EqFilter
All Implemented Interfaces:
Filter

public class EqFilter
extends AttributeComparisonFilter

EqFilter

Author:
brozow

Constructor Summary
EqFilter(String attribute, String value)
           
 
Method Summary
 String toString()
           
protected  boolean valueMatches(String value)
           
 
Methods inherited from class org.opennms.core.soa.filter.AttributeComparisonFilter
getAttribute, match
 
Methods inherited from class org.opennms.core.soa.filter.AbstractFilter
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EqFilter

public EqFilter(String attribute,
                String value)
Method Detail

valueMatches

protected boolean valueMatches(String value)
Specified by:
valueMatches in class AttributeComparisonFilter

toString

public String toString()
Specified by:
toString in interface Filter
Specified by:
toString in class AttributeComparisonFilter


Copyright © 2011. All Rights Reserved.