Interface Module
-
- All Superinterfaces:
DataNodeContainer
,DocumentedNode
,EffectiveStatementEquivalent<ModuleEffectiveStatement>
,Immutable
,ModuleLike
,MutationBehaviour<Immutable>
,NotificationNodeContainer
,QNameModuleAware
public interface Module extends ModuleLike, EffectiveStatementEquivalent<ModuleEffectiveStatement>
This interface contains the methods for getting the data from the YANG module.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
DocumentedNode.WithStatus
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
dataChildByName, findDataChildByName, findDataChildByName, findDataTreeChild, findDataTreeChild, findDataTreeChild, getChildNodes, getDataChildByName, getGroupings, getTypeDefinitions, getUses
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference, getUnknownSchemaNodes
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.EffectiveStatementEquivalent
asEffectiveStatement
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.ModuleLike
getAugmentations, getContact, getDeviations, getExtensionSchemaNodes, getFeatures, getIdentities, getImports, getName, getOrganization, getPrefix, getRpcs, getSemanticVersion, getSubmodules, getYangVersion
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.NotificationNodeContainer
findNotification, getNotifications
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.QNameModuleAware
getNamespace, getQNameModule, getRevision
-
-