Interface InputStatement
-
- All Superinterfaces:
DataDefinitionAwareDeclaredStatement<QName>
,DataDefinitionAwareDeclaredStatement.WithReusableDefinitions<QName>
,DeclaredStatement<QName>
,ModelStatement<QName>
,MustStatementAwareDeclaredStatement<QName>
public interface InputStatement extends DeclaredStatement<QName>, DataDefinitionAwareDeclaredStatement.WithReusableDefinitions<QName>, MustStatementAwareDeclaredStatement<QName>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionAwareDeclaredStatement
DataDefinitionAwareDeclaredStatement.WithReusableDefinitions<A>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StatementDefinition
statementDefinition()
Statement Definition of this statement.-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionAwareDeclaredStatement
getDataDefinitions
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionAwareDeclaredStatement.WithReusableDefinitions
getGroupings, getTypedefs
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument, getStatementSource
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.MustStatementAwareDeclaredStatement
getMustStatements
-
-
-
-
Method Detail
-
statementDefinition
default StatementDefinition statementDefinition()
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<QName>
- Returns:
- definition of this statement.
-
-