|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StoreSchemaData
Interface representing definition of some schema information in the datastore. Each component can have a set of properties. Typically extended by ListStoreSchemaData, or MapStoreSchemaData if part of a hierarchy of information.
| Method Summary | |
|---|---|
void |
addProperty(java.lang.String name,
java.lang.Object value)
Method to define a property for this component. |
java.lang.Object |
getProperty(java.lang.String name)
Accessor for a property of this store metadata component. |
| Method Detail |
|---|
void addProperty(java.lang.String name,
java.lang.Object value)
name - Name of the propertyvalue - Valuejava.lang.Object getProperty(java.lang.String name)
name - Name of the property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||