Interface MustStatement
-
- All Superinterfaces:
ConstrainedDocumentedDeclaredStatement<YangXPathExpression.QualifiedBound>
,DeclaredStatement<YangXPathExpression.QualifiedBound>
,DocumentedDeclaredStatement<YangXPathExpression.QualifiedBound>
,ModelStatement<YangXPathExpression.QualifiedBound>
- All Known Implementing Classes:
EmptyMustStatement
,RefMustStatement
,RegularMustStatement
public interface MustStatement extends ConstrainedDocumentedDeclaredStatement<YangXPathExpression.QualifiedBound>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.ConstrainedDocumentedDeclaredStatement
ConstrainedDocumentedDeclaredStatement.WithStatus<T>
-
-
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.ConstrainedDocumentedDeclaredStatement
getErrorAppTagStatement, getErrorMessageStatement
-
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<YangXPathExpression.QualifiedBound>
- Returns:
- definition of this statement.
-
-