org.apache.lucene.util
Class Parameter
- Serializable
public abstract class Parameter
implements Serializable
A serializable Enum class.
protected Object | readResolve() - Resolves the deserialized instance to the local reference for accurate
equals() and == comparisons.
|
String | toString()
|
Parameter
protected Parameter(String name)
readResolve
protected Object readResolve()
throws ObjectStreamException
Resolves the deserialized instance to the local reference for accurate
equals() and == comparisons.
- a reference to Parameter as resolved in the local VM
toString
public String toString()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.