Interface ContextReferenceEffectiveStatement
- All Superinterfaces:
EffectiveStatement<QName,
,ContextReferenceStatement> ModelStatement<QName>
,UnknownEffectiveStatement<QName,
ContextReferenceStatement>
@Beta
public interface ContextReferenceEffectiveStatement
extends UnknownEffectiveStatement<QName,ContextReferenceStatement>
-
Method Summary
Modifier and TypeMethodDescription@NonNull IdentityEffectiveStatement
Return theIdentityEffectiveStatement
identifying thecontext type
of this reference.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<QName>
- Returns:
- definition of this statement.
-
contextType
@NonNull IdentityEffectiveStatement contextType()Return theIdentityEffectiveStatement
identifying thecontext type
of this reference.- Returns:
- An
IdentityEffectiveStatement
.
-