Class PolyStringNormMatchingRule
java.lang.Object
com.evolveum.midpoint.prism.impl.match.PolyStringNormMatchingRule
- All Implemented Interfaces:
MatchingRule<PolyString>
- Author:
- semancik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
QName that identifies the rule.@NotNull Normalizer<PolyString>
Returns the normalizer corresponding to this rule.boolean
Returns true if the rule can be applied to the specified XSD type.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.prism.match.MatchingRule
match, matchRegex, normalize
-
Constructor Details
-
PolyStringNormMatchingRule
public PolyStringNormMatchingRule()
-
-
Method Details
-
getName
Description copied from interface:MatchingRule
QName that identifies the rule. This QName may be used to refer to this specific matching rule, it is an matching rule identifier.- Specified by:
getName
in interfaceMatchingRule<PolyString>
-
supports
Description copied from interface:MatchingRule
Returns true if the rule can be applied to the specified XSD type.- Specified by:
supports
in interfaceMatchingRule<PolyString>
-
getNormalizer
Description copied from interface:MatchingRule
Returns the normalizer corresponding to this rule.- Specified by:
getNormalizer
in interfaceMatchingRule<PolyString>
-
toString
-