com.neeve.ods
Interface IStoreField<T>

All Superinterfaces:
com.google.common.base.Function<IStoreObject,T>, IdxField<IStoreObject,T>, Serializable

public interface IStoreField<T>
extends IdxField<IStoreObject,T>

An IStoreField represents a field of an IStoreObject.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.neeve.query.index.IdxField
IdxField.KeyMapping<T>
 
Method Summary
 int getFid()
          Returns the field id for a field.
 
Methods inherited from interface com.neeve.query.index.IdxField
average, between, convertToFieldType, count, equal, getCanonicalName, getCost, getFieldPath, getFieldType, getIndexKeyType, getKeyMapping, getName, getRecordType, getTypePredicate, greaterThan, greaterThanOrEqual, in, in, is, isNotNull, isNull, isQualified, lessThan, lessThanOrEqual, like, max, min, regexLike, setKeyMapping, sumDouble, sumLong, validateIndexable
 
Methods inherited from interface com.google.common.base.Function
apply, equals
 

Method Detail

getFid

int getFid()
Returns the field id for a field. The field id for a field uniquely identifies a field within it's parent IStoreObject

Returns:
The fid of this field.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.