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

@Beta @Deprecated(since="8.0.0") public interface CopyableNode extends AddedByUsesAware
Deprecated.
Represents a node that can be added by uses or by augmentation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    Returns true if this node was added by augmentation, otherwise returns false.

    Methods inherited from interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware

    isAddedByUses
  • Method Details

    • isAugmenting

      boolean isAugmenting()
      Deprecated.
      Returns true if this node was added by augmentation, otherwise returns false.
      Returns:
      true if this node was added by augmentation, otherwise returns false