Uses of Class
org.opendaylight.mdsal.dom.api.query.DOMQueryPredicate.Match
Packages that use DOMQueryPredicate.Match
-
Uses of DOMQueryPredicate.Match in org.opendaylight.mdsal.dom.api.query
Methods in org.opendaylight.mdsal.dom.api.query that return DOMQueryPredicate.MatchModifier and TypeMethodDescriptionDOMQueryPredicate.Match.and
(DOMQueryPredicate.Match other) static final DOMQueryPredicate.Match
DOMQueryPredicate.Match.exists()
static final <T extends Comparable<T>>
DOMQueryPredicate.MatchDOMQueryPredicate.Match.greaterThan
(T value) static final <T extends Comparable<T>>
DOMQueryPredicate.MatchDOMQueryPredicate.Match.greaterThanOrEqual
(T value) static final <T extends Comparable<T>>
DOMQueryPredicate.MatchDOMQueryPredicate.Match.lessThan
(T value) static final <T extends Comparable<T>>
DOMQueryPredicate.MatchDOMQueryPredicate.Match.lessThanOrEqual
(T value) DOMQueryPredicate.match()
DOMQueryPredicate.Match.negate()
Return aDOMQueryPredicate.Match
which tests the opposite of this match.DOMQueryPredicate.Match.or
(DOMQueryPredicate.Match other) static final DOMQueryPredicate.Match
DOMQueryPredicate.Match.stringContains
(String str) static final DOMQueryPredicate.Match
DOMQueryPredicate.Match.stringEndsWith
(String str) static final DOMQueryPredicate.Match
DOMQueryPredicate.Match.stringMatches
(Pattern pattern) static final DOMQueryPredicate.Match
DOMQueryPredicate.Match.stringStartsWith
(String str) static final <V> DOMQueryPredicate.Match
DOMQueryPredicate.Match.valueEquals
(V value) Methods in org.opendaylight.mdsal.dom.api.query with parameters of type DOMQueryPredicate.MatchModifier and TypeMethodDescriptionDOMQueryPredicate.Match.and
(DOMQueryPredicate.Match other) static DOMQueryPredicate
DOMQueryPredicate.of
(YangInstanceIdentifier relativePath, DOMQueryPredicate.Match match) DOMQueryPredicate.Match.or
(DOMQueryPredicate.Match other)