|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ValidatorConfig
A validator configuration that can be provided in the form of the Component.
| Field Summary | |
|---|---|
static String |
VALIDATOR_CLASS
Validator class parameter name. |
static String |
VALIDATOR_TYPE
Validator type parameter name. |
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
|---|
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE |
| Method Summary | |
|---|---|
String |
getType()
Get the validator type from Base Configuration. |
String |
getValidatorClass()
Get the validator class from Base Configuration. |
void |
setType(String type)
Set the validator type in Base Configuration. |
void |
setValidatorClass(String clazz)
Set the validator class in Base Configuration. |
| Field Detail |
|---|
static final String VALIDATOR_CLASS
static final String VALIDATOR_TYPE
| Method Detail |
|---|
void setValidatorClass(String clazz)
clazz - to be set.String getValidatorClass()
void setType(String type)
type - to be set.String getType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||