V
- Value type, uniquely identifying the object model used for values@Beta public interface AnydataNode<V> extends ForeignDataNode<YangInstanceIdentifier.NodeIdentifier,V>
anydata
node in some object model. While no guarantees are placed
on object models, there are related interfaces available for data interchange:
NormalizedAnydata
, which exposes the contents as a NormalizedNode
with attached schema
informationNormalizableAnydata
, which is trait optionally implemented by object models and allows the opaque,
implementation-specific representation to be interpreted in a the context of provided schema information,
potentially forming a NormalizedAnydata node.
getValueObjectModel
getIdentifier
getNodeType, getValue
Copyright © 2019 OpenDaylight. All rights reserved.