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