|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceforge.beanindex.BeanIndexMetaInfo
Provides the meta info for the indexes .
Constructor Summary | |
BeanIndexMetaInfo(java.lang.Class beanClass,
java.lang.reflect.Field[] indexed,
Index[] indexes)
|
Method Summary | |
java.lang.Class |
getBeanClass()
The Class of the bean being indexed |
java.lang.reflect.Field[] |
getIndexed()
The fields of the class that has to be indexed |
java.lang.reflect.Method[] |
getIndexedFieldsGetMethods()
|
java.lang.String[] |
getIndexNames()
Name of the indexes tp be built |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeanIndexMetaInfo(java.lang.Class beanClass, java.lang.reflect.Field[] indexed, Index[] indexes) throws BeanIndexException
Method Detail |
public java.lang.Class getBeanClass()
public java.lang.reflect.Field[] getIndexed()
public java.lang.String[] getIndexNames()
public java.lang.reflect.Method[] getIndexedFieldsGetMethods()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |