Interface NotificationStatementAwareDeclaredStatement<A>
-
- All Superinterfaces:
DeclaredStatement<A>
,ModelStatement<A>
- All Known Subinterfaces:
AugmentStatement
,BodyDeclaredStatement
,ContainerStatement
,GroupingStatement
,ListStatement
,ModuleStatement
,SubmoduleStatement
- All Known Implementing Classes:
AbstractRootStatement
,GroupingStatementImpl
@Beta public interface NotificationStatementAwareDeclaredStatement<A> extends DeclaredStatement<A>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default @NonNull Collection<? extends NotificationStatement>
getNotifications()
Return collection ofNotificationStatement
.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument, getStatementSource, statementDefinition
-
-
-
-
Method Detail
-
getNotifications
default @NonNull Collection<? extends NotificationStatement> getNotifications()
Return collection ofNotificationStatement
. For RFC6020, this method returns an empty collection for statements which do not allow for must statement children.- Returns:
- collection of notification statements
-
-