public interface MatchingRule<T>
Modifier and Type | Method and Description |
---|---|
QName |
getName()
QName that identifies the rule.
|
boolean |
isSupported(QName xsdType)
Returns true if the rule can be applied to the specified XSD type.
|
boolean |
match(T a,
T b)
Matches two objects.
|
boolean |
matches(T a,
String regex)
Matches value against given regex.
|
T |
normalize(T original)
Returns a normalized version of the value.
|
Copyright © 2013 evolveum. All rights reserved.