Interface IfFeatureEffectiveStatement
- All Superinterfaces:
EffectiveStatement<IfFeatureExpr,
,IfFeatureStatement> ModelStatement<IfFeatureExpr>
- All Known Implementing Classes:
EmptyIfFeatureEffectiveStatement
,RegularIfFeatureEffectiveStatement
@Beta
public interface IfFeatureEffectiveStatement
extends EffectiveStatement<IfFeatureExpr,IfFeatureStatement>
-
Method Summary
Modifier and TypeMethodDescriptiondefault StatementDefinition
Statement Definition of this statement.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
effectiveSubstatements, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, get, getAll, 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<IfFeatureExpr>
- Returns:
- definition of this statement.
-