Class Parameter

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public abstract class Parameter
    extends Object
    implements Serializable
    Deprecated.
    Use Java 5 enum, will be removed in a later Lucene 3.x release.
    A serializable Enum class.
    See Also:
    Serialized Form
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
    • Constructor Detail

      • Parameter

        protected Parameter​(String name)
        Deprecated.
    • Method Detail

      • readResolve

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