com.neeve.ods
Interface IStoreField<T>

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

public interface IStoreField<T>
extends com.neeve.query.index.IdxField<IStoreObject,T>

An IStoreField represents a field of an IStoreObject.


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, getFieldPath, getFieldType, getName, getRecordType, getTypePredicates, greaterThan, greaterThanOrEqual, in, in, is, isNotNull, isNull, isQualified, lessThan, lessThanOrEqual, like, max, min, regexLike, sumDouble, sumLong
 
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 © 2015 Neeve Research, LLC. All Rights Reserved.