public abstract class

Parameter

extends Object
implements Serializable
java.lang.Object
   ↳ org.apache.lucene.util.Parameter

This class is deprecated.
Use Java 5 enum, will be removed in a later Lucene 3.x release.

Class Overview

A serializable Enum class.

Summary

Protected Constructors
Parameter(String name)
Public Methods
String toString()
Protected Methods
Object readResolve()
Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected Parameter (String name)

Public Methods

public String toString ()

Protected Methods

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