Interface MountPointSchemaNode
- All Superinterfaces:
AddedByUsesAware
,CopyableNode
,DocumentedNode
,DocumentedNode.WithStatus
,EffectiveStatementEquivalent<UnknownEffectiveStatement<?,
,?>> SchemaNode
,UnknownSchemaNode
Represents the effect of 'mount-point' extension, as defined in
RFC8528, being attached to a SchemaNode.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
DocumentedNode.WithStatus
-
Method Summary
Modifier and TypeMethodDescriptionReturnEffectiveStatement
representation of this object.static @NonNull Stream<MountPointSchemaNode>
streamAll
(ContainerSchemaNode schema) Find all mount points defined in aContainerSchemaNode
.static @NonNull Stream<MountPointSchemaNode>
streamAll
(ListSchemaNode schema) Find all mount points defined in aListSchemaNode
.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware
isAddedByUses
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.CopyableNode
isAugmenting
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference, getUnknownSchemaNodes
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus
getStatus
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.SchemaNode
getQName
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
getNodeParameter, getNodeType
-
Method Details
-
streamAll
Find all mount points defined in aContainerSchemaNode
.- Parameters:
schema
- ContainerSchemaNode to search- Returns:
MountPointSchemaNode
s defined the ContainerSchemaNode.- Throws:
NullPointerException
- if context is null
-
streamAll
Find all mount points defined in aListSchemaNode
.- Parameters:
schema
- ListSchemaNode to search- Returns:
MountPointSchemaNode
s defined the ListSchemaNode.- Throws:
NullPointerException
- if context is null
-
asEffectiveStatement
MountPointEffectiveStatement asEffectiveStatement()Description copied from interface:EffectiveStatementEquivalent
ReturnEffectiveStatement
representation of this object.- Specified by:
asEffectiveStatement
in interfaceEffectiveStatementEquivalent<UnknownEffectiveStatement<?,
?>> - Returns:
EffectiveStatement
representation of this object.
-