org.apache.lucene.util
Class Parameter

java.lang.Object
  extended byorg.apache.lucene.util.Parameter
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BooleanClause.Occur, Field.Index, Field.Store, Field.TermVector, QueryParser.Operator

public abstract class Parameter
extends Object
implements Serializable

A serializable Enum class.

See Also:
Serialized Form

Constructor Summary
protected Parameter(String name)
           
 
Method Summary
protected  Object readResolve()
          Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parameter

protected Parameter(String name)
Method Detail

toString

public String toString()

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.

Returns:
a reference to Parameter as resolved in the local VM
Throws:
ObjectStreamException


Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.