Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.util | |
org.opendaylight.yangtools.yang.model.immutable |
Generated immutable implementations for org.opendaylight.yangtools.yang.model.api interfaces.
|
org.opendaylight.yangtools.yang.model.util |
Utility classes and implementations for concepts defined in yang-model-api.
|
org.opendaylight.yangtools.yang.parser.rfc7950.stmt |
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
|
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container | |
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list |
Modifier and Type | Method and Description |
---|---|
Set<NotificationDefinition> |
OperationAsContainer.getNotifications() |
Modifier and Type | Method and Description |
---|---|
static ContainerSchemaNode |
ContainerSchemaNodes.forNotification(NotificationDefinition notification) |
Modifier and Type | Method and Description |
---|---|
ModuleBuilder |
ModuleBuilder.addAllNotifications(Iterable<? extends NotificationDefinition> elements)
Adds elements to
notifications set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAllNotifications(Iterable<? extends NotificationDefinition> elements)
Adds elements to
notifications set. |
SchemaContextBuilder |
SchemaContextBuilder.addAllNotifications(Iterable<? extends NotificationDefinition> elements)
Adds elements to
notifications set. |
ContainerSchemaNodeBuilder |
ContainerSchemaNodeBuilder.addAllNotifications(Iterable<? extends NotificationDefinition> elements)
Adds elements to
notifications set. |
Modifier and Type | Method and Description |
---|---|
static @Nullable NotificationDefinition |
SchemaContextUtil.getNotificationSchema(@NonNull SchemaContext schema,
@NonNull SchemaPath path)
Returns NotificationDefinition from Schema Context.
|
Modifier and Type | Method and Description |
---|---|
Set<NotificationDefinition> |
EffectiveAugmentationSchema.getNotifications() |
Set<NotificationDefinition> |
AbstractSchemaContext.getNotifications() |
Modifier and Type | Method and Description |
---|---|
Set<NotificationDefinition> |
AbstractEffectiveModule.getNotifications() |
Set<NotificationDefinition> |
AbstractEffectiveOperationContainerSchemaNode.getNotifications() |
Modifier and Type | Method and Description |
---|---|
Set<NotificationDefinition> |
ContainerEffectiveStatementImpl.getNotifications() |
Modifier and Type | Method and Description |
---|---|
Set<NotificationDefinition> |
ListEffectiveStatementImpl.getNotifications() |
Copyright © 2019 OpenDaylight. All rights reserved.