Interface IncludeStatement
-
- All Superinterfaces:
DeclaredStatement<String>
,DocumentedDeclaredStatement<String>
,ModelStatement<String>
- All Known Implementing Classes:
EmptyIncludeStatement
,RefIncludeStatement
,RegularIncludeStatement
public interface IncludeStatement extends DocumentedDeclaredStatement<String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
DocumentedDeclaredStatement.WithStatus<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default @Nullable RevisionDateStatement
getRevisionDate()
default StatementDefinition
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, statementOrigin
-
-
-
-
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.
-
getRevisionDate
default @Nullable RevisionDateStatement getRevisionDate()
-
-