Interface BelongsToEffectiveStatement
- All Superinterfaces:
EffectiveStatement<UnresolvedQName.Unqualified,
,BelongsToStatement> ModelStatement<UnresolvedQName.Unqualified>
- All Known Implementing Classes:
EmptyBelongsToEffectiveStatement
,RegularBelongsToEffectiveStatement
public interface BelongsToEffectiveStatement
extends EffectiveStatement<UnresolvedQName.Unqualified,BelongsToStatement>
Effective representation of a
belongs-to
statement.-
Method Summary
Modifier and TypeMethodDescriptiondefault @NonNull PrefixEffectiveStatement
prefix()
Return this statement'sprefix
substatement.default StatementDefinition
Statement Definition of this statement.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<UnresolvedQName.Unqualified>
- Returns:
- definition of this statement.
-
prefix
Return this statement'sprefix
substatement.- Returns:
- A
PrefixEffectiveStatement
- Implementation Requirements:
- Default implementation uses
EffectiveStatement.findFirstEffectiveSubstatement(Class)
and throws aVerifyException
if a matching substatement is not found.
-