org.jdiseq.filter
Class PackageFilter

java.lang.Object
  extended byorg.jdiseq.filter.Filter
      extended byorg.jdiseq.filter.PackageFilter

public class PackageFilter
extends Filter

Since:
1.0
Version:
$Id: PackageFilter.java,v 1.4 2003/08/17 11:06:05 trondandersen Exp $
Author:
Trond Andersen

Constructor Summary
PackageFilter()
          Default constructor initializes with the default FilterType.
PackageFilter(Element element)
          {@inheritDoc}
 
Method Summary
 boolean equals(java.lang.Object object)
          
protected  java.lang.String getAttributeName()
          Returns the subclasses attribute name since the super class isn't aware of them.
 int hashCode()
          
 
Methods inherited from class org.jdiseq.filter.Filter
getElement, getFiltering, getType, setFiltering, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageFilter

public PackageFilter(Element element)
{@inheritDoc}


PackageFilter

public PackageFilter()
Default constructor initializes with the default FilterType.

See Also:
FilterType.INCLUDE
Method Detail

equals

public boolean equals(java.lang.Object object)

Overrides:
equals in class Filter

hashCode

public int hashCode()

Overrides:
hashCode in class Filter

getAttributeName

protected java.lang.String getAttributeName()
Returns the subclasses attribute name since the super class isn't aware of them.

Specified by:
getAttributeName in class Filter
Returns:
Name of the subclasses attribute


Copyright © 2003 SourceForge.net. All Rights Reserved.