Interface NotificationEffectiveStatement
- All Superinterfaces:
DataTreeAwareEffectiveStatement<QName,
,NotificationStatement> EffectiveStatement<QName,
,NotificationStatement> ModelStatement<QName>
,SchemaTreeAwareEffectiveStatement<QName,
,NotificationStatement> SchemaTreeEffectiveStatement<NotificationStatement>
,TypedefAwareEffectiveStatement<QName,
NotificationStatement>
- All Known Implementing Classes:
NotificationEffectiveStatementImpl
public interface NotificationEffectiveStatement
extends SchemaTreeEffectiveStatement<NotificationStatement>, DataTreeAwareEffectiveStatement<QName,NotificationStatement>, TypedefAwareEffectiveStatement<QName,NotificationStatement>
Effective representation of a
notification
statement.-
Method Summary
Modifier and TypeMethodDescriptiondefault StatementDefinition
Statement Definition of this statement.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
dataTreeNodes, findDataTreeNode, findDataTreeNode
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
collectEffectiveSubstatements, effectiveSubstatements, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, getDeclared, statementOrigin, streamEffectiveSubstatements
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, schemaTreeNodes
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.TypedefAwareEffectiveStatement
findTypedef, typedefs
-
Method Details
-
statementDefinition
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<QName>
- Returns:
- definition of this statement.
-