Interface CopyableNode

All Superinterfaces:
AddedByUsesAware
All Known Subinterfaces:
ActionDefinition, AliasSchemaNode, AnnotationSchemaNode, AnnotationSchemaNodeAwareSchemaContext, AnydataSchemaNode, AnyxmlSchemaNode, CaseSchemaNode, ChoiceSchemaNode, ContainerLike, ContainerSchemaNode, CopyHistory, DataSchemaNode, DefaultDenyAllSchemaNode, DefaultDenyWriteSchemaNode, DefValSchemaNode, DisplayHintSchemaNode, EffectiveModelContext, EffectiveStatementMixins.CopyableMixin<A,D>, EffectiveStatementMixins.DataSchemaNodeMixin<D>, EffectiveStatementMixins.OpaqueDataSchemaNodeMixin<D>, EffectiveStatementMixins.OperationContainerMixin<D>, EffectiveStatementMixins.UnknownSchemaNodeMixin<A,D>, GetFilterElementAttributesSchemaNode, ImpliedSchemaNode, InputSchemaNode, LeafListSchemaNode, LeafSchemaNode, ListSchemaNode, MaxAccessSchemaNode, MountPointSchemaNode, NotificationDefinition, OidSchemaNode, OpenConfigHashedValueSchemaNode, OutputSchemaNode, SchemaContext, SubIdSchemaNode, TypedDataSchemaNode, UnknownSchemaNode, UsesNode, YangDataSchemaNode
All Known Implementing Classes:
AbstractChoiceEffectiveStatement, AbstractContainerEffectiveStatement, AbstractEffectiveUnknownSchmemaNode, AbstractLeafEffectiveStatement, AbstractSchemaContext, ActionEffectiveStatementImpl, ContainerLikeCompat, DeclaredCaseEffectiveStatement, DeclaredInputEffectiveStatement, DeclaredOutputEffectiveStatement, EffectiveSchemaContext, EmptyAnydataEffectiveStatement, EmptyAnyxmlEffectiveStatement, EmptyChoiceEffectiveStatement, EmptyContainerEffectiveStatement, EmptyLeafEffectiveStatement, EmptyLeafListEffectiveStatement, EmptyListEffectiveStatement, FilteringSchemaContextProxy, NotificationEffectiveStatementImpl, RegularAnydataEffectiveStatement, RegularAnyxmlEffectiveStatement, RegularChoiceEffectiveStatement, RegularContainerEffectiveStatement, RegularLeafEffectiveStatement, RegularLeafListEffectiveStatement, RegularListEffectiveStatement, SimpleSchemaContext, SlimLeafListEffectiveStatement, UndeclaredCaseEffectiveStatement, UndeclaredInputEffectiveStatement, UndeclaredLeafEffectiveStatement, UndeclaredOutputEffectiveStatement

@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