Class YangSourceDefinition.Multiple
java.lang.Object
org.opendaylight.yangtools.binding.model.api.YangSourceDefinition
org.opendaylight.yangtools.binding.model.api.YangSourceDefinition.Multiple
- Enclosing class:
YangSourceDefinition
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.yangtools.binding.model.api.YangSourceDefinition
YangSourceDefinition.Multiple, YangSourceDefinition.Single
-
Method Summary
Modifier and TypeMethodDescriptionList
<? extends SchemaNode> getNodes()
Return the defining SchemaNodes.
-
Method Details
-
getNodes
Return the defining SchemaNodes. Each node is guaranteed to implementEffectiveStatement
and have a corresponding declared statement.- Returns:
- defining SchemaNodes, guaranteed to be non-empty
-