public interface IfFeatureStatement extends DeclaredStatement<Predicate<Set<QName>>>
Modifier and Type | Method and Description |
---|---|
@NonNull Predicate<Set<QName>> |
getIfFeaturePredicate()
In YANG 1.1 (RFC7950) implementation of IfFeatureStatement, the argument is a boolean expression over feature
names defined by "feature" statements.
|
declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
argument, getStatementSource, statementDefinition
@Beta @NonNull Predicate<Set<QName>> getIfFeaturePredicate()
Copyright © 2019 OpenDaylight. All rights reserved.