All Known Subinterfaces:
ActionDefinition, AnydataSchemaNode, AnyxmlSchemaNode, CaseSchemaNode, ChoiceSchemaNode, ContainerLike, ContainerSchemaNode, CopyableNode, DataSchemaNode, EffectiveModelContext, GroupingDefinition, InputSchemaNode, LeafListSchemaNode, LeafSchemaNode, ListSchemaNode, NotificationDefinition, OutputSchemaNode, SchemaContext, TypedDataSchemaNode, UnknownSchemaNode, UsesNode

@Deprecated(since="7.0.9", forRemoval=true) public interface AddedByUsesAware
Deprecated, for removal: This API element is subject to removal in a future version.
The only user of this trait is MD-SAL's binding component. As such, we provide enough information in EffectiveStatement tree to reconstruct this information.
Trait interface for SchemaNodes, which have the isAddedByUses() method.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns true if this node was added by uses statement, otherwise returns false.
  • Method Details

    • isAddedByUses

      boolean isAddedByUses()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns true if this node was added by uses statement, otherwise returns false.
      Returns:
      true if this node was added by uses statement, otherwise returns false