Interface AddedByUsesAware
-
- All Known Subinterfaces:
ActionDefinition
,AnnotationSchemaNode
,AnnotationSchemaNodeAwareSchemaContext
,AnydataSchemaNode
,AnyxmlSchemaNode
,CaseSchemaNode
,ChoiceSchemaNode
,ContainerSchemaNode
,CopyableNode
,DataSchemaNode
,DefaultDenyAllSchemaNode
,DefaultDenyWriteSchemaNode
,DerivableSchemaNode
,EffectiveModelContext
,EffectiveStatementMixins.AddedByUsesMixin<A,D>
,EffectiveStatementMixins.CopyableMixin<A,D>
,EffectiveStatementMixins.DataSchemaNodeMixin<A,D>
,EffectiveStatementMixins.OpaqueDataSchemaNodeMixin<D>
,EffectiveStatementMixins.OperationContainerMixin<D>
,GetFilterElementAttributesSchemaNode
,GroupingDefinition
,LeafListSchemaNode
,LeafSchemaNode
,ListSchemaNode
,MountPointSchemaNode
,NotificationDefinition
,OpenConfigHashedValueSchemaNode
,SchemaContext
,TypedDataSchemaNode
,UnknownSchemaNode
,UsesNode
,YangDataSchemaNode
,YangModeledAnyxmlSchemaNode
- All Known Implementing Classes:
AbstractEffectiveContainerSchemaNode
,AbstractEffectiveDataSchemaNode
,AbstractEffectiveMustConstraintAwareDataSchemaNode
,AbstractEffectiveMustConstraintAwareSimpleDataNodeContainer
,AbstractEffectiveOperationContainerSchemaNode
,AbstractEffectiveSimpleDataNodeContainer
,AbstractSchemaContext
,AnyxmlSchemaLocationEffectiveStatementImpl
,EffectiveSchemaContext
,FilteringSchemaContextProxy
,OperationAsContainer
,SimpleSchemaContext
,UnknownEffectiveStatementBase
@Deprecated public interface AddedByUsesAware
Deprecated.This interface relates to declared model rather than to effective mode and as such should not exist. It is provided to provide common method definition and eash migration of users.Trait interface forSchemaNode
s, which have theisAddedByUses()
method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
isAddedByUses()
Deprecated.Returnstrue
if this node was added by uses statement, otherwise returnsfalse
.
-