public interface DataNodeContainer
Modifier and Type | Method and Description |
---|---|
Collection<DataSchemaNode> |
getChildNodes()
Returns set of all child nodes defined within this DataNodeContainer.
|
DataSchemaNode |
getDataChildByName(QName name)
Returns the child node corresponding to the specified name.
|
Set<GroupingDefinition> |
getGroupings()
Returns set of all groupings defined within this DataNodeContainer.
|
Set<TypeDefinition<?>> |
getTypeDefinitions()
Returns set of all newly defined types within this DataNodeContainer.
|
Set<UsesNode> |
getUses()
Returns grouping nodes used ny this container.
|
Set<TypeDefinition<?>> getTypeDefinitions()
Collection<DataSchemaNode> getChildNodes()
Set<GroupingDefinition> getGroupings()
DataSchemaNode getDataChildByName(QName name)
name
- QName of childCopyright © 2018 OpenDaylight. All rights reserved.