org.compass.core.util
Class Parameter
java.lang.Object
org.compass.core.util.Parameter
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AbstractCollectionMapping.CollectionType, CascadeMapping.Cascade, ClassPropertyMapping.ManagedId, CompassHighlighter.TextTokenizer, CompassQuery.SortDirection, CompassQuery.SortImplicitType, CompassQuery.SortPropertyType, CompassTermFreqsBuilder.Sort, CompassTransaction.TransactionIsolation, JsonPropertyMapping.NamingType, Property.Index, Property.Store, Property.TermVector, ResourcePropertyMapping.ExcludeFromAllType, ResourcePropertyMapping.ReverseType, SpellCheckType
public abstract class Parameter
- extends Object
- implements Serializable
A serializable Enum class. (Taken from lucene).
- See Also:
- Serialized Form
|
Method Summary |
protected Object |
readResolve()
Resolves the deserialized instance to the local reference for accurate
equals() and == comparisons. |
String |
toString()
|
allParameters
static Map<String,Parameter> allParameters
Parameter
protected Parameter(String name)
toString
public String toString()
- Overrides:
toString in class Object
readResolve
protected Object readResolve()
throws ObjectStreamException
- 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
Copyright (c) 2004-2008 The Compass Project.