Interface DerivableSchemaNode
-
- All Superinterfaces:
AddedByUsesAware
,CopyableNode
,DataSchemaNode
,DocumentedNode
,DocumentedNode.WithStatus
,SchemaNode
,WhenConditionAware
- All Known Subinterfaces:
EffectiveStatementMixins.OpaqueDataSchemaNodeMixin<D>
- All Known Implementing Classes:
AbstractLeafEffectiveStatement
,ChoiceEffectiveStatementImpl
,ContainerEffectiveStatementImpl
,DeclaredCaseEffectiveStatement
,EmptyAnydataEffectiveStatement
,EmptyAnyxmlEffectiveStatement
,EmptyLeafEffectiveStatement
,RegularAnydataEffectiveStatement
,RegularAnyxmlEffectiveStatement
,RegularLeafEffectiveStatement
,UndeclaredCaseEffectiveStatement
@Deprecated(since="7.0.9", forRemoval=true) public interface DerivableSchemaNode extends DataSchemaNode
Deprecated, for removal: This API element is subject to removal in a future version.This interface's sole purpose is to aid MD-SAL binding generator, which is now in a position to provide to implement its logic without this interface.Schema Node which may be derived from other schema node using augmentation or uses statement.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
DocumentedNode.WithStatus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Optional<? extends SchemaNode>
getOriginal()
Deprecated, for removal: This API element is subject to removal in a future version.If this node is added by uses, returns original node definition from grouping where it was defined.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware
isAddedByUses
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.CopyableNode
isAugmenting
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DataSchemaNode
effectiveConfig, isConfiguration
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference, getUnknownSchemaNodes
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus
getStatus
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.SchemaNode
getPath, getQName
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.WhenConditionAware
getWhenCondition
-
-
-
-
Method Detail
-
getOriginal
Optional<? extends SchemaNode> getOriginal()
Deprecated, for removal: This API element is subject to removal in a future version.If this node is added by uses, returns original node definition from grouping where it was defined.- Returns:
- original node definition from grouping if this node is added by uses, Optional.absent otherwise
-
-