Interface CopyableNode
-
- All Superinterfaces:
AddedByUsesAware
- All Known Subinterfaces:
ActionDefinition
,AliasSchemaNode
,AnnotationSchemaNode
,AnnotationSchemaNodeAwareSchemaContext
,AnydataSchemaNode
,AnyxmlSchemaNode
,CaseSchemaNode
,ChoiceSchemaNode
,ContainerLike
,ContainerSchemaNode
,DataSchemaNode
,DefaultDenyAllSchemaNode
,DefaultDenyWriteSchemaNode
,DefValSchemaNode
,DerivableSchemaNode
,DisplayHintSchemaNode
,EffectiveModelContext
,EffectiveStatementMixins.CopyableMixin<A,D>
,EffectiveStatementMixins.DataSchemaNodeMixin<A,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
,YangModeledAnyxmlSchemaNode
- All Known Implementing Classes:
AbstractSchemaContext
,AnyxmlSchemaLocationEffectiveStatementImpl
,CopyHistory
,EffectiveSchemaContext
,FilteringSchemaContextProxy
,OperationAsContainer
,SimpleSchemaContext
,UnknownEffectiveStatementBase
@Beta public interface CopyableNode extends AddedByUsesAware
Represents a node that can be added by uses or by augmentation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAugmenting()
Returnstrue
if this node was added by augmentation, otherwise returnsfalse
.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware
isAddedByUses
-
-