Interface AugmentationSchemaNode

    • Method Detail

      • getTargetPath

        SchemaNodeIdentifier getTargetPath()
        Returns augmentation schema path.
        Returns:
        SchemaNodeIdentifier that identifies a node in the schema tree. This node is called the augment's target node. The target node MUST be either a container, list, choice, case, input, output, or notification node. It is augmented with the nodes defined as child nodes of this AugmentationSchema.
      • getOriginalDefinition

        Optional<AugmentationSchemaNode> getOriginalDefinition()
        Returns Augmentation Definition from which this augmentation is derived if augmentation was added transitively via augmented uses.
        Returns:
        Augmentation Definition from which this augmentation is derived if augmentation was added transitively via augmented uses.