public abstract class AbstractIndexEntry extends java.lang.Object implements IIndexEntry
IIndexEntry. Clients need not
extend this class. Clients should create instances of
EObjectEntry and ResourceEntry classes to
create the index entries.EOBJECT_KIND, RESOURCE_KIND| Constructor and Description |
|---|
AbstractIndexEntry(IndexContext context,
int kind)
Deprecated.
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected IndexContext |
getContext()
Deprecated.
Returns the current index context
|
int |
getKind()
Deprecated.
Returns the kind of entry
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFields, getValue, isMultiValued, isStoredpublic AbstractIndexEntry(IndexContext context, int kind)
context - the index contextkind - the kind of entry (RESOURCE_KIND or EOBJECT_KIND)protected final IndexContext getContext()
public final int getKind()
IIndexEntrygetKind in interface IIndexEntryRESOURCE_KIND or EOBJECT_KIND