org.apache.lucene.util

Class Parameter

public abstract class Parameter extends Object implements Serializable

A serializable Enum class.
Constructor Summary
protected Parameter(String name)
Method Summary
protected ObjectreadResolve()
Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.
StringtoString()

Constructor Detail

Parameter

protected Parameter(String name)

Method Detail

readResolve

protected Object readResolve()
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

toString

public String toString()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.