org.apache.lucene.util
Class Parameter

java.lang.Object
  extended by org.apache.lucene.util.Parameter
All Implemented Interfaces:
java.io.Serializable

Deprecated. Use Java 5 enum, will be removed in a later Lucene 3.x release.

public abstract class Parameter
extends java.lang.Object
implements java.io.Serializable

A serializable Enum class.

See Also:
Serialized Form

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

Constructor Detail

Parameter

protected Parameter(java.lang.String name)
Deprecated. 
Method Detail

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Deprecated. 
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:
java.io.ObjectStreamException


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