-
- Type Parameters:
S- The class type that this StoreEntry represents
public interface StoreEntryMetadata<S>- Author:
- Mahesh.Kannan@Sun.Com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<AttributeMetadata<S,?>>getAllAttributeMetadata()AttributeMetadata<S,?>getAttributeMetadata(String name)
-
-
-
Method Detail
-
getAttributeMetadata
AttributeMetadata<S,?> getAttributeMetadata(String name)
-
getAllAttributeMetadata
Collection<AttributeMetadata<S,?>> getAllAttributeMetadata()
-
-