Class ContainerSchemaNodes
java.lang.Object
org.opendaylight.yangtools.yang.data.util.ContainerSchemaNodes
Deprecated, for removal: This API element is subject to removal in a future version.
Utility class for taking notification or rpc as ContainerSchemaNode.
- Author:
- Geng Xingyuan
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull ContainerLike
forNotification
(NotificationDefinition notification) Deprecated, for removal: This API element is subject to removal in a future version.static @NonNull ContainerLike
forRPC
(RpcDefinition rpc) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
forNotification
Deprecated, for removal: This API element is subject to removal in a future version. -
forRPC
Deprecated, for removal: This API element is subject to removal in a future version.
-
NotificationDefinition.toContainerLike()
andOperationDefinition.toContainerLike()
to can similar service. Note that the former differs fromforNotification(NotificationDefinition)
in that it does not report the source notification fromNotificationNodeContainer.getNotifications()
-- i.e. it does not contain itself.