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 TypeMethodDescriptionstatic @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
isAddedByUsesMethods inherited from interface org.opendaylight.yangtools.yang.model.api.CopyableNode
isAugmentingMethods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference, getUnknownSchemaNodesMethods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus
getStatusMethods inherited from interface org.opendaylight.yangtools.yang.model.api.SchemaNode
getQNameMethods 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:
MountPointSchemaNodes defined the ContainerSchemaNode.- Throws:
NullPointerException- if context is null
-
streamAll
Find all mount points defined in aListSchemaNode.- Parameters:
schema- ListSchemaNode to search- Returns:
MountPointSchemaNodes defined the ListSchemaNode.- Throws:
NullPointerException- if context is null
-
asEffectiveStatement
MountPointEffectiveStatement asEffectiveStatement()- Specified by:
asEffectiveStatementin interfaceEffectiveStatementEquivalent<UnknownEffectiveStatement<?,?>>
-