Interface ContextInstanceEffectiveStatement
- All Superinterfaces:
EffectiveStatement<QName,
,ContextInstanceStatement> ModelStatement<QName>
,UnknownEffectiveStatement<QName,
ContextInstanceStatement>
@Beta
public interface ContextInstanceEffectiveStatement
extends UnknownEffectiveStatement<QName,ContextInstanceStatement>
-
Method Summary
Modifier and TypeMethodDescription@NonNull IdentityEffectiveStatement
Return theIdentityEffectiveStatement
identifying thecontext type
of this instance.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 instance.- Returns:
- An
IdentityEffectiveStatement
.
-