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, wait
getFields, getValue, isMultiValued, isStored
public 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()
IIndexEntry
getKind
in interface IIndexEntry
RESOURCE_KIND
or EOBJECT_KIND