Package org.glassfish.ha.store.spi
Interface AttributeMetadata<S,T>
-
- Type Parameters:
S- The StoreEntry that this AttributeMetadata belongs toT- The Java type of the Attribute that this Metadata represents
public 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. AttributeMetadata describes the attribute by giving its (java) type, name etc. - Author:
- Mahesh.Kannan@Sun.Com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>getAttributeType()Get the java type of this attributeMethodgetGetterMethod()StringgetName()MethodgetSetterMethod()booleanisHashKeyAttribute()booleanisVersionAttribute()
-