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.


Field Summary
static String JAVA
           
static String PERL5
           
 
Method Summary
 String getRegex()
           
 String getStyle()
           
 void setRegex(String regex)
           
 void setStyle(String style)
           
 

Field Detail

PERL5

static final String PERL5
See Also:
Constant Field Values

JAVA

static final String JAVA
See Also:
Constant Field Values
Method Detail

getStyle

String getStyle()

setStyle

void setStyle(String style)

getRegex

String getRegex()

setRegex

void setRegex(String regex)


Created 2011-07-14 13:27 EST