Interface ModifierStatement
-
- All Superinterfaces:
DeclaredStatement<ModifierKind>
,ModelStatement<ModifierKind>
@Beta public interface ModifierStatement extends DeclaredStatement<ModifierKind>
Represents YANG modifier statement.The "modifier" statement, which is an optional substatement to the "pattern" statement, takes as an argument the string "invert-match". If a pattern has the "invert-match" modifier present, the type is restricted to values that do not match the pattern.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default @NonNull ModifierKind
getValue()
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
declaredSubstatements, declaredSubstatements, findFirstDeclaredSubstatement, findFirstDeclaredSubstatementArgument, rawArgument, streamDeclaredSubstatements
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument, getStatementSource, statementDefinition
-
-
-
-
Method Detail
-
getValue
default @NonNull ModifierKind getValue()
-
-