org.kuali.rice.kns.datadictionary.validation.fieldlevel
Class MonthValidationPattern
java.lang.Object
   org.kuali.rice.kns.datadictionary.validation.ValidationPattern
org.kuali.rice.kns.datadictionary.validation.ValidationPattern
       org.kuali.rice.kns.datadictionary.validation.FieldLevelValidationPattern
org.kuali.rice.kns.datadictionary.validation.FieldLevelValidationPattern
           org.kuali.rice.kns.datadictionary.validation.fieldlevel.MonthValidationPattern
org.kuali.rice.kns.datadictionary.validation.fieldlevel.MonthValidationPattern
- All Implemented Interfaces: 
- Serializable
- public class MonthValidationPattern 
- extends FieldLevelValidationPattern
Validation pattern for matching standard-format (mm or m) months
- See Also:
- Serialized Form
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MonthValidationPattern
public MonthValidationPattern()
getPatternTypeName
protected String getPatternTypeName()
- 
- Specified by:
- getPatternTypeNamein class- FieldLevelValidationPattern
 
- 
- Returns:
- the key used to retrieve the validationPattern's type name, which is used as the suffix of the regex property key, as
         the type entry in the exportMap, etc.
- See Also:
- FieldLevelValidationPattern.getPatternTypeName()
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.