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) |
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() |
Set<TypeDefinition<?>> getTypeDefinitions()
Collection<DataSchemaNode> getChildNodes()
Set<GroupingDefinition> getGroupings()
DataSchemaNode getDataChildByName(QName name)
name
- QName of seeked childCopyright © 2018 OpenDaylight. All rights reserved.