com.ca.jcs.cfg
Interface RegexPluginConfig
- All Known Implementing Classes:
- RegexPropertyConverter.Config
public interface RegexPluginConfig
Some common configuration and constants shared by regex validators and
converters.
PERL5
static final String PERL5
- See Also:
- Constant Field Values
JAVA
static final String JAVA
- See Also:
- Constant Field Values
getStyle
String getStyle()
setStyle
void setStyle(String style)
getRegex
String getRegex()
setRegex
void setRegex(String regex)
Created 2011-07-14 13:27 EST