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.