Interface YangDataEffectiveStatement
-
- All Superinterfaces:
DataTreeAwareEffectiveStatement<String,YangDataStatement>
,EffectiveStatement<String,YangDataStatement>
,ModelStatement<String>
,SchemaTreeAwareEffectiveStatement<String,YangDataStatement>
,UnknownEffectiveStatement<String,YangDataStatement>
@Beta public interface YangDataEffectiveStatement extends UnknownEffectiveStatement<String,YangDataStatement>, DataTreeAwareEffectiveStatement<String,YangDataStatement>
Effective statement representation of 'yang-data' extension defined in RFC 8040.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
DataTreeAwareEffectiveStatement.DataTreeNamespace
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
SchemaTreeAwareEffectiveStatement.SchemaTreeNamespace
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @NonNull ContainerEffectiveStatement
getContainer()
Return the container statement defined in this yang-data statement instance.default StatementDefinition
statementDefinition()
Statement Definition of this statement.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
findDataTreeNode, findDataTreeNode
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
effectiveSubstatements, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, get, getAll, getDeclared, statementOrigin, streamEffectiveSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode, findSchemaTreeNode
-
-
-
-
Method Detail
-
statementDefinition
default StatementDefinition statementDefinition()
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<String>
- Returns:
- definition of this statement.
-
getContainer
@NonNull ContainerEffectiveStatement getContainer()
Return the container statement defined in this yang-data statement instance.- Returns:
- container statement
-
-