@Beta public interface MountPointSchemaNode extends UnknownSchemaNode
DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
static @NonNull Stream<MountPointSchemaNode> |
streamAll(ContainerSchemaNode schema)
Find all mount points defined in a
ContainerSchemaNode . |
static @NonNull Stream<MountPointSchemaNode> |
streamAll(ListSchemaNode schema)
Find all mount points defined in a
ListSchemaNode . |
getExtensionDefinition, getNodeParameter, getNodeType, isAddedByAugmentation
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
isAddedByUses
static @NonNull Stream<MountPointSchemaNode> streamAll(ContainerSchemaNode schema)
ContainerSchemaNode
.schema
- ContainerSchemaNode to searchMountPointSchemaNode
s defined the ContainerSchemaNode.NullPointerException
- if context is nullstatic @NonNull Stream<MountPointSchemaNode> streamAll(ListSchemaNode schema)
ListSchemaNode
.schema
- ListSchemaNode to searchMountPointSchemaNode
s defined the ListSchemaNode.NullPointerException
- if context is nullCopyright © 2020 OpenDaylight. All rights reserved.