Interface CopyableNode
-
- All Superinterfaces:
AddedByUsesAware
- All Known Subinterfaces:
ActionDefinition
,AnnotationSchemaNodeAwareSchemaContext
,AnydataSchemaNode
,AnyxmlSchemaNode
,CaseSchemaNode
,ChoiceSchemaNode
,ContainerSchemaNode
,DataSchemaNode
,DerivableSchemaNode
,EffectiveModelContext
,EffectiveStatementMixins.CopyableMixin<A,D>
,EffectiveStatementMixins.DataSchemaNodeMixin<A,D>
,EffectiveStatementMixins.OpaqueDataSchemaNodeMixin<D>
,EffectiveStatementMixins.OperationContainerMixin<D>
,EffectiveStatementMixins.UnknownSchemaNodeMixin<A,D>
,LeafListSchemaNode
,LeafSchemaNode
,ListSchemaNode
,NotificationDefinition
,SchemaContext
,TypedDataSchemaNode
,UsesNode
,YangModeledAnyxmlSchemaNode
- All Known Implementing Classes:
AbstractSchemaContext
,EffectiveSchemaContext
,FilteringSchemaContextProxy
,OperationAsContainer
,SimpleSchemaContext
@Deprecated public interface CopyableNode extends AddedByUsesAware
Deprecated.Aside from the deprecatedAddedByUsesAware
contract, this interface adds only a trait related to now how we arrived at this effective node. Users who need to know this information should really be looking at theDeclaredStatement
world, which holds the original node definition.Represents a node that can be added by uses or by augmentation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
isAugmenting()
Deprecated.Returnstrue
if this node was added by augmentation, otherwise returnsfalse
.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware
isAddedByUses
-
-