Interface AugmentationNode

All Superinterfaces:
DataContainerChild, DataContainerNode, DistinctNodeContainer<YangInstanceIdentifier.PathArgument,DataContainerChild>, Identifiable<YangInstanceIdentifier.PathArgument>, ItemOrder<ItemOrder.Unordered>, ItemOrder.Unordered, MixinNode, NormalizedNode, NormalizedNodeContainer<DataContainerChild>, OrderingAware, OrderingAware.System, PrettyTreeAware

public interface AugmentationNode extends DataContainerNode, DataContainerChild, MixinNode
Data instance of augment associated with parent node.

Augmentation is addition of subtree defined by other external YANG Model and is schema for subtree is described by an instance of AugmentationSchemaNode associated with parent node of this node.

Augmentation node MUST NOT be direct child of other augmentation node.