Uses of Interface
org.opendaylight.yangtools.rfc8639.model.api.SubscriptionStateNotificationStatement
-
Packages that use SubscriptionStateNotificationStatement Package Description org.opendaylight.yangtools.rfc8639.parser -
-
Uses of SubscriptionStateNotificationStatement in org.opendaylight.yangtools.rfc8639.parser
Methods in org.opendaylight.yangtools.rfc8639.parser that return SubscriptionStateNotificationStatement Modifier and Type Method Description protected SubscriptionStateNotificationStatement
SubscriptionStateNotificationStatementSupport. attachDeclarationReference(SubscriptionStateNotificationStatement stmt, DeclarationReference reference)
protected SubscriptionStateNotificationStatement
SubscriptionStateNotificationStatementSupport. createDeclared(StmtContext<Empty,SubscriptionStateNotificationStatement,?> ctx, ImmutableList<? extends DeclaredStatement<?>> substatements)
Methods in org.opendaylight.yangtools.rfc8639.parser with parameters of type SubscriptionStateNotificationStatement Modifier and Type Method Description protected SubscriptionStateNotificationStatement
SubscriptionStateNotificationStatementSupport. attachDeclarationReference(SubscriptionStateNotificationStatement stmt, DeclarationReference reference)
Method parameters in org.opendaylight.yangtools.rfc8639.parser with type arguments of type SubscriptionStateNotificationStatement Modifier and Type Method Description protected SubscriptionStateNotificationStatement
SubscriptionStateNotificationStatementSupport. createDeclared(StmtContext<Empty,SubscriptionStateNotificationStatement,?> ctx, ImmutableList<? extends DeclaredStatement<?>> substatements)
protected SubscriptionStateNotificationEffectiveStatement
SubscriptionStateNotificationStatementSupport. createEffective(EffectiveStmtCtx.Current<Empty,SubscriptionStateNotificationStatement> stmt, ImmutableList<? extends EffectiveStatement<?,?>> substatements)
void
SubscriptionStateNotificationStatementSupport. onStatementAdded(StmtContext.Mutable<Empty,SubscriptionStateNotificationStatement,SubscriptionStateNotificationEffectiveStatement> stmt)
-