Interface DefaultDenyWriteSchemaNode
-
- All Superinterfaces:
AddedByUsesAware
,DocumentedNode
,DocumentedNode.WithStatus
,SchemaNode
,UnknownSchemaNode
@Beta public interface DefaultDenyWriteSchemaNode extends UnknownSchemaNode
Represents the effect of 'default-deny-write' extension, as defined in RFC6536, 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
Static Methods Modifier and Type Method Description static Optional<DefaultDenyWriteSchemaNode>
findIn(DataSchemaNode parent)
Attempt to find aDefaultDenyWriteSchemaNode
in a parentDataSchemaNode
.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware
isAddedByUses
-
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
getPath, getQName
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
getExtensionDefinition, getNodeParameter, getNodeType, isAddedByAugmentation
-
-
-
-
Method Detail
-
findIn
static Optional<DefaultDenyWriteSchemaNode> findIn(DataSchemaNode parent)
Attempt to find aDefaultDenyWriteSchemaNode
in a parentDataSchemaNode
.- Parameters:
parent
- Parent to search- Returns:
DefaultDenyWriteSchemaNode
child, if present.
-
-