Interface LengthStatement
- All Superinterfaces:
ConstrainedDocumentedDeclaredStatement<List<ValueRange>>
,DeclaredStatement<List<ValueRange>>
,DocumentedDeclaredStatement<List<ValueRange>>
,ModelStatement<List<ValueRange>>
- All Known Implementing Classes:
EmptyLengthStatement
,RefLengthStatement
,RegularLengthStatement
Declared representation of a
length
statement.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.stmt.ConstrainedDocumentedDeclaredStatement
ConstrainedDocumentedDeclaredStatement.WithStatus<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault 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
-
Method Details
-
statementDefinition
Description copied from interface:ModelStatement
Statement Definition of this statement.- Specified by:
statementDefinition
in interfaceModelStatement<List<ValueRange>>
- Returns:
- definition of this statement.
-