Interface RefineEffectiveStatement
- All Superinterfaces:
EffectiveStatement<SchemaNodeIdentifier.Descendant,
,RefineStatement> ModelStatement<SchemaNodeIdentifier.Descendant>
- All Known Implementing Classes:
RefineEffectiveStatementImpl
public interface RefineEffectiveStatement
extends EffectiveStatement<SchemaNodeIdentifier.Descendant,RefineStatement>
Effective representation of a
refine
statement.-
Method Summary
Modifier and TypeMethodDescriptiondefault StatementDefinition
Statement Definition of this statement.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
collectEffectiveSubstatements, effectiveSubstatements, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, getDeclared, statementOrigin, streamEffectiveSubstatements
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument
-
Method Details
-
statementDefinition
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<SchemaNodeIdentifier.Descendant>
- Returns:
- definition of this statement.
-