K - Local identifier of nodeV - Value of nodepublic interface NormalizedNode<K extends YangInstanceIdentifier.PathArgument,V> extends Identifiable<K>
YangInstanceIdentifier.
See subinterfaces of this interface for concretization
of node.| Modifier and Type | Method and Description |
|---|---|
K |
getIdentifier()
Locally unique identifier of the node.
|
QName |
getNodeType()
QName of the node as defined in YANG schema.
|
V |
getValue()
Value of node.
|
QName getNodeType()
K getIdentifier()
getIdentifier in interface Identifiable<K extends YangInstanceIdentifier.PathArgument>V getValue()
Copyright © 2018 OpenDaylight. All rights reserved.