org.apache.lucene.util

Class Parameter

Implemented Interfaces:
Serializable
Known Direct Subclasses:
BooleanClause.Occur, Field.Index, Field.Store, Field.TermVector, QueryParser.Operator

public abstract class Parameter
extends Object
implements Serializable

A serializable Enum class.

Constructor Summary

Parameter(String name)

Method Summary

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

Constructor Details

Parameter

protected Parameter(String name)

Method Details

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

toString

public String toString()

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