Interface LengthEffectiveStatement
- All Superinterfaces:
ConstraintMetaDefinition
,DocumentedNode
,EffectiveStatement<List<ValueRange>,
,LengthStatement> ModelStatement<List<ValueRange>>
- All Known Implementing Classes:
EmptyLengthEffectiveStatement
,RegularLengthEffectiveStatement
public interface LengthEffectiveStatement
extends EffectiveStatement<List<ValueRange>,LengthStatement>, ConstraintMetaDefinition
Effective representation of a
length
statement.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
DocumentedNode.WithStatus
-
Method Summary
Modifier and TypeMethodDescriptiondefault StatementDefinition
Statement Definition of this statement.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.ConstraintMetaDefinition
getErrorAppTag, getErrorMessage
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference, getUnknownSchemaNodes
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
collectEffectiveSubstatements, effectiveSubstatements, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, getDeclared, statementOrigin, streamEffectiveSubstatements
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.
-