Interface OpenConfigHashedValueSchemaNode
- All Superinterfaces:
AddedByUsesAware
,CopyableNode
,DocumentedNode
,DocumentedNode.WithStatus
,EffectiveStatementEquivalent<UnknownEffectiveStatement<?,
,?>> SchemaNode
,UnknownSchemaNode
SchemaNode presence in SchemaNode API space.
- Author:
- Robert Varga
-
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 boolean
isPresentIn
(SchemaNode schemaNode) Determine if specified SchemaNode is marked to report its value in hashed form.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
-
isPresentIn
Determine if specified SchemaNode is marked to report its value in hashed form.- Parameters:
schemaNode
- schema node to examine- Returns:
- True if specified node is marked, false otherwise
- Throws:
NullPointerException
- if schemaNode is null
-
asEffectiveStatement
OpenConfigHashedValueEffectiveStatement asEffectiveStatement()Description copied from interface:EffectiveStatementEquivalent
ReturnEffectiveStatement
representation of this object.- Specified by:
asEffectiveStatement
in interfaceEffectiveStatementEquivalent<UnknownEffectiveStatement<?,
?>> - Returns:
EffectiveStatement
representation of this object.
-