Interface DeviationStatement
- All Superinterfaces:
DeclaredStatement<SchemaNodeIdentifier.Absolute>
,DocumentedDeclaredStatement<SchemaNodeIdentifier.Absolute>
,ModelStatement<SchemaNodeIdentifier.Absolute>
- All Known Implementing Classes:
DeviationStatementImpl
,RefDeviationStatement
public interface DeviationStatement
extends DocumentedDeclaredStatement<SchemaNodeIdentifier.Absolute>
Declared representation of a
deviation
statement.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
DocumentedDeclaredStatement.WithStatus<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault @NonNull Collection<? extends DeviateStatement>
default StatementDefinition
Statement Definition of this statement.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
declarationReference, declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
getDescription, getReference
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.
-
getDeviateStatements
-