|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
S - The StoreEntry that this AttributeMetadata belongs toT - The Java type of the Attribute that this Metadata representspublic interface AttributeMetadata<S,T>
For each attribute A of type T in a.b.X, a.b.X_ contains a (static) field whose
type is AttributeMetadata
Method Summary
java.lang.Class<T>getAttributeType()
Get the java type of this attribute
java.lang.reflect.MethodgetGetterMethod()
java.lang.StringgetName()
java.lang.reflect.MethodgetSetterMethod()
booleanisHashKeyAttribute()
booleanisVersionAttribute()
Method Detail
getName
java.lang.String getName()
getAttributeType
java.lang.Class<T> getAttributeType()
getGetterMethod
java.lang.reflect.Method getGetterMethod()
getSetterMethod
java.lang.reflect.Method getSetterMethod()
isVersionAttribute
boolean isVersionAttribute()
isHashKeyAttribute
boolean isHashKeyAttribute()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2010. All Rights Reserved.