net.sf.gsaapi.constants
Class Filter

java.lang.Object
  extended bynet.sf.gsaapi.constants.Filter

public final class Filter
extends java.lang.Object

This class is a Java2 style enumeration implementation.

Author:
Amol S Deshmukh adeshmuk .at inxight .dot com

Field Summary
static Filter DUPLICATE_DIRECTORY_FILTER
          Only "Duplicate directory" filtering should be performed
static Filter DUPLICATE_SNIPPET_FILTER
          Only "Duplicate snippet" filtering should be performed
static Filter FULL_FILTER
          specifies that both "Duplicate directory" and "Duplicate snippet" filtering should be performed
static Filter NO_FILTER
          specifies that no filtering should be performed
 
Method Summary
 boolean equals(java.lang.Object o)
           
 char getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_FILTER

public static final Filter NO_FILTER
specifies that no filtering should be performed


FULL_FILTER

public static final Filter FULL_FILTER
specifies that both "Duplicate directory" and "Duplicate snippet" filtering should be performed


DUPLICATE_SNIPPET_FILTER

public static final Filter DUPLICATE_SNIPPET_FILTER
Only "Duplicate snippet" filtering should be performed


DUPLICATE_DIRECTORY_FILTER

public static final Filter DUPLICATE_DIRECTORY_FILTER
Only "Duplicate directory" filtering should be performed

Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)

getValue

public char getValue()


© Copyright 2006 Inxight Software, Inc.