Class PolyStringNormalizerOptions
- java.lang.Object
- 
- com.evolveum.midpoint.ninja.action.PolyStringNormalizerOptions
 
- 
 public class PolyStringNormalizerOptions extends Object Created by Viliam Repan (lazyman).
- 
- 
Field SummaryFields Modifier and Type Field Description static StringP_PSN_CLASS_NAMEstatic StringP_PSN_LOWERCASEstatic StringP_PSN_NFKDstatic StringP_PSN_TRIMstatic StringP_PSN_TRIM_WHITESPACE
 - 
Constructor SummaryConstructors Constructor Description PolyStringNormalizerOptions()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPsnClassName()BooleanisPsnLowercase()BooleanisPsnNfkd()BooleanisPsnTrim()BooleanisPsnTrimWhitespace()
 
- 
- 
- 
Field Detail- 
P_PSN_CLASS_NAMEpublic static final String P_PSN_CLASS_NAME - See Also:
- Constant Field Values
 
 - 
P_PSN_TRIMpublic static final String P_PSN_TRIM - See Also:
- Constant Field Values
 
 - 
P_PSN_NFKDpublic static final String P_PSN_NFKD - See Also:
- Constant Field Values
 
 - 
P_PSN_TRIM_WHITESPACEpublic static final String P_PSN_TRIM_WHITESPACE - See Also:
- Constant Field Values
 
 - 
P_PSN_LOWERCASEpublic static final String P_PSN_LOWERCASE - See Also:
- Constant Field Values
 
 
- 
 
-