Interface DeviationEffectiveStatement
- All Superinterfaces:
EffectiveStatement<SchemaNodeIdentifier.Absolute,
,DeviationStatement> ModelStatement<SchemaNodeIdentifier.Absolute>
- All Known Implementing Classes:
DeviationEffectiveStatementImpl
public interface DeviationEffectiveStatement
extends EffectiveStatement<SchemaNodeIdentifier.Absolute,DeviationStatement>
Effective representation of a
deviation
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.Absolute>
- Returns:
- definition of this statement.
-