Interface AugmentationSchemaNode

    • Method Detail

      • getTargetPath

        default SchemaNodeIdentifier getTargetPath()
        Returns augmentation target 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 anotification node. It is augmented with the nodes defined as child nodes of this AugmentationSchema.
      • getOriginalDefinition

        @Deprecated(since="7.0.9",
                    forRemoval=true)
        Optional<AugmentationSchemaNode> getOriginalDefinition()
        Deprecated, for removal: This API element is subject to removal in a future version.
        This method has only a single user, who should be able to do without it.
        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.