Package com.evolveum.midpoint.prism
Interface Matchable<T extends Matchable<T>>
-
- All Known Implementing Classes:
PolyString
public interface Matchable<T extends Matchable<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
match(T other)
boolean
matches(String regex)
-