public interface MapStoreSchemaData extends StoreSchemaData
Modifier and Type | Method and Description |
---|---|
void |
addChild(StoreSchemaData child)
Method to define a child component for this component.
|
void |
clearChildren()
Method to remove all children.
|
StoreSchemaData |
getChild(String key)
Accessor for a child store metadata component at a key.
|
Map |
getChildren()
Accessor for a Map of child metadata components.
|
int |
getNumberOfChildren()
Accessor for the number of child metadata components.
|
StoreSchemaData |
getParent()
Accessor for the parent store metadata component for this (if any).
|
void |
setParent(StoreSchemaData parent)
Method to set the parentage of a component.
|
addProperty, getProperty
void setParent(StoreSchemaData parent)
parent
- Parent componentStoreSchemaData getParent()
void addChild(StoreSchemaData child)
child
- The componentvoid clearChildren()
Map getChildren()
StoreSchemaData getChild(String key)
key
- Key of the child componentint getNumberOfChildren()
Copyright © 2019. All rights reserved.